We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085e97 commit 5220c9dCopy full SHA for 5220c9d
ci/ado/azure-pipelines.yml
@@ -177,6 +177,7 @@ jobs:
177
SOURCE_DIR: $(Build.SourcesDirectory)/${{ parameters.SOURCE_DIR }}
178
DO_SCA_SCAN: true
179
DO_AVIATOR_AUDIT: true
180
+ OVERRIDE_SAST_SETTINGS: true
181
182
# SSC ast-scan test
183
- job: test_ssc_ast_scan
ci/github/.github/workflows/test-pipeline.yml
@@ -90,6 +90,7 @@ jobs:
90
FOD_RELEASE: ${{ inputs.fortify_release }}
91
92
93
94
95
# SSC ast-scan component test
96
test-ssc-ast-scan:
ci/gitlab/.gitlab-ci-v2-fod-ast-scan.yml
@@ -15,3 +15,4 @@ fortify-ast-scan:
15
FOD_RELEASE: ${FORTIFY_RELEASE}
16
17
18
0 commit comments