Skip to content

Commit a45921f

Browse files
committed
improve output
1 parent db9ef3f commit a45921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psa-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
for ENV_DIR in */; do
7070
# If there are dependencies, loop over all of them
7171
for CHART in $(find $ENV_DIR -type d -name 'templates'); do
72-
echo -e "\nRunning psa-checker in $ENV_DIR for chart: $CHART"
72+
echo -e "\nRunning psa-checker for chart: $CHART"
7373
cd $CHART
7474
cat *.yaml | docker run -i $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA --level "$PSS_LEVEL" -f -
7575
cd -

0 commit comments

Comments
 (0)