Skip to content

Commit 6b16834

Browse files
committed
-a stdin
1 parent 50cf283 commit 6b16834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/psa-checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
# Loop over each `values-*` dir and check PSS levels
6363
cd "shared/charts/${{ matrix.chart }}/"
6464
docker run -i $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA
65-
#for ENV_DIR in */; do
66-
#cat "$ENV_DIR/*/*/*.yaml" | docker run -i $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA --level $PSS_LEVEL -f -
67-
#done
65+
for ENV_DIR in */; do
66+
cat "$ENV_DIR/*/*/*.yaml" | docker run -a stdin -i $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA --level $PSS_LEVEL -f -
67+
done

0 commit comments

Comments
 (0)