[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:
Raúl López
2023-07-03 14:22:48 +02:00
committed by GitHub
parent b112c372a1
commit cda9abaaaf
14 changed files with 68 additions and 0 deletions

16
.licenserc.yaml Normal file
View 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"