We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c37fe commit a09de2fCopy full SHA for a09de2f
.github/workflows/psa-checker.yml
@@ -38,6 +38,8 @@ jobs:
38
id: diff_helm_charts
39
run: |
40
for chart in ${CHARTS}; do
41
+ echo "$chart"
42
+ echo "$CHARTS"
43
echo "$chart" | psa-checker --level ${{ inputs.pss_level }} -f -
44
done
45
env:
0 commit comments