Merge branch 'hyan/fix-iac-sast' into 'main'

Fix syntax error in iac-sast.yml

See merge request components/sast!26
This commit is contained in:
Adam Cohen 2025-06-03 11:27:24 +10:00
commit 3f2b327a85

View file

@ -33,6 +33,6 @@ kics-iac-sast:
sast: gl-sast-report.json
allow_failure: true
rules:
- if: $[[ inputs.excluded_analyzers ]] =~ /kics/
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /kics/'
when: never
- if: $CI_COMMIT_BRANCH