mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 17:21:20 -03:00
ensure deps are fetched prior to sec scan
This commit is contained in:
1
.github/workflows/secgen.yaml
vendored
1
.github/workflows/secgen.yaml
vendored
@@ -91,6 +91,7 @@ jobs:
|
||||
for chart in charts/${train}/*; do
|
||||
chartname="$(basename "$(dirname "$path")")"
|
||||
if [ -d "${chart}" ]; then
|
||||
.github/scripts/fetch_helm_deps.sh "${chart}"
|
||||
helm_sec_scan ${chart} ${chartname} ${train}
|
||||
# container_sec_scan ${chart} ${chartname} ${train}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user