mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/kubescape] Release 3.0.35-debian-12-r2 (#83558)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -8,7 +8,7 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-07-09T01:36:37Z" \
|
||||
org.opencontainers.image.created="2025-07-17T13:38:27Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/kubescape/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/kubescape" \
|
||||
|
||||
@@ -15,7 +15,7 @@ set -o pipefail
|
||||
. /opt/bitnami/scripts/kubescape-env.sh
|
||||
|
||||
# Download Tanzu Application Catalog list, required for 'oss-assessment' custom action
|
||||
curl --fail -sLo "${TANZU_APPLICATION_CATALOG_FILE}" "https://api.app-catalog.vmware.com/v1/applications?scope=COMMON&scope=ONLY_CUSTOMERS"
|
||||
curl --fail -sLo "${TANZU_APPLICATION_CATALOG_FILE}" "https://api.app-catalog.vmware.com/v1/applications?only_eligible=true&distributable=true&scope=COMMON&scope=ONLY_CUSTOMERS"
|
||||
|
||||
# Configuring permissions for tmp and logs folders
|
||||
for dir in "$KUBESCAPE_CACHE_DIR" "$KUBESCAPE_ARTIFACTS_DIR"; do
|
||||
|
||||
Reference in New Issue
Block a user