We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9ef3f commit a45921fCopy full SHA for a45921f
.github/workflows/psa-checker.yml
@@ -69,7 +69,7 @@ jobs:
69
for ENV_DIR in */; do
70
# If there are dependencies, loop over all of them
71
for CHART in $(find $ENV_DIR -type d -name 'templates'); do
72
- echo -e "\nRunning psa-checker in $ENV_DIR for chart: $CHART"
+ echo -e "\nRunning psa-checker for chart: $CHART"
73
cd $CHART
74
cat *.yaml | docker run -i $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA --level "$PSS_LEVEL" -f -
75
cd -
0 commit comments