Skip to content

Commit 3abb968

Browse files
Merge pull request #56 from mozilla-it/amitchell-MZCLD-371-2
Fix psa-checker CHART_DIR parsing
2 parents 4f1ed2b + e7b2558 commit 3abb968

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
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
# Loop over each `values-*` dir and check PSS levels
6767
docker pull $PSA_CHECKER_IMAGE:$PSA_CHECKER_SHA # Pull before run so the output is less messy
68-
CHART_NAME=$(echo "$CHART_DIR" | cut -d'/' -f1)
68+
CHART_NAME=$(echo "$CHART_DIR" | cut -d'/' -f3)
6969
cd "shared/charts/$CHART_DIR/"
7070
for ENV_DIR in */; do
7171
echo -e "\nChecking $ENV_DIR for chart: $CHART_NAME"

0 commit comments

Comments
 (0)