We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f1ed2b + e7b2558 commit 3abb968Copy full SHA for 3abb968
.github/workflows/psa-checker.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
# Loop over each `values-*` dir and check PSS levels
67
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)
+ CHART_NAME=$(echo "$CHART_DIR" | cut -d'/' -f3)
69
cd "shared/charts/$CHART_DIR/"
70
for ENV_DIR in */; do
71
echo -e "\nChecking $ENV_DIR for chart: $CHART_NAME"
0 commit comments