From addf81d4d7a8cd889dca15563d1573d8672d9fa4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 24 Dec 2022 17:46:01 +0100 Subject: [PATCH] Update secgen.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/secgen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secgen.yaml b/.github/workflows/secgen.yaml index a71fa012e5d..c2947d351e0 100644 --- a/.github/workflows/secgen.yaml +++ b/.github/workflows/secgen.yaml @@ -92,7 +92,7 @@ jobs: echo "##### Scan Results" >> website/docs/charts/${train}/${chartname}/container-security.md echo "" >> website/docs/charts/${train}/${chartname}/container-security.md for container in $(cat ${chart}/render/containers.tmp | sort | uniq); do - if [[ "$container" == *"ghcr.io/truecharts/alpine"* || "$container" == *"ghcr.io/truecharts/ubuntu"* || "$container" == *"ghcr.io/truecharts/kubectl"* ]]; then + if [[ "$container" == *"tccr.io/truecharts/alpine"* || "$container" == *"tccr.io/truecharts/ubuntu"* || "$container" == *"tccr.io/truecharts/kubectl"* ]]; then echo "Skipping ${container}, as it's a shared common container..." else echo "**Container: ${container}**" >> website/docs/charts/${train}/${chartname}/container-security.md