mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 06:01:24 -03:00
use other way to for
This commit is contained in:
2
.github/workflows/secgen.yaml
vendored
2
.github/workflows/secgen.yaml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
|
||||
}
|
||||
for train in stable SCALE incubator games enterprise develop non-free deprecated dependency core; do
|
||||
for chart in charts/${train}/*; do
|
||||
for chart in $(ls "$charts_path/$train"); do
|
||||
chartname="$(basename "$(dirname "${chart}")")"
|
||||
if [ -d "${chart}" ]; then
|
||||
helm_sec_scan ${chart} ${chartname} ${train}
|
||||
|
||||
Reference in New Issue
Block a user