[bitnami/kubescape] Release 3.0.35-debian-12-r2 (#83558)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-17 15:53:36 +02:00
committed by GitHub
parent 56793ac92b
commit fa8fbf282d
2 changed files with 2 additions and 2 deletions

View File

@@ -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" \

View File

@@ -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