mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 15:27:48 +08:00
[bitnami/containers] Automate license checks (#39442)
* [bitnami/containers] Automate license checks Signed-off-by: Raúl López <rlorpez@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
16
.licenserc.yaml
Normal file
16
.licenserc.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
---
|
||||
header:
|
||||
comment: on-failure
|
||||
license:
|
||||
spdx-id: Apache-2.0
|
||||
copyright-owner: VMware, Inc.
|
||||
|
||||
content: |
|
||||
# Copyright VMware, Inc.
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
paths:
|
||||
- "**/Dockerfile"
|
||||
Reference in New Issue
Block a user