Compare commits

..

3 commits

Author SHA1 Message Date
Adam Cohen
3f2b327a85 Merge branch 'hyan/fix-iac-sast' into 'main'
Fix syntax error in iac-sast.yml

See merge request components/sast!26
2025-06-03 11:27:24 +10:00
hyan@gitlab.com
8ce5c87369 Fix 2025-06-03 10:54:02 +10:00
Hua Yan
164e1f07ad Try fix 2025-06-03 10:46:50 +10:00

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