mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
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:
commit
3f2b327a85
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ kics-iac-sast:
|
||||||
sast: gl-sast-report.json
|
sast: gl-sast-report.json
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
rules:
|
rules:
|
||||||
- if: $[[ inputs.excluded_analyzers ]] =~ /kics/
|
- if: '"$[[ inputs.excluded_analyzers ]]" =~ /kics/'
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue