Skip to content

Commit 5220c9d

Browse files
committed
chore: Override FoD SAST settings
1 parent a085e97 commit 5220c9d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ci/ado/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ jobs:
177177
SOURCE_DIR: $(Build.SourcesDirectory)/${{ parameters.SOURCE_DIR }}
178178
DO_SCA_SCAN: true
179179
DO_AVIATOR_AUDIT: true
180+
OVERRIDE_SAST_SETTINGS: true
180181

181182
# SSC ast-scan test
182183
- job: test_ssc_ast_scan

ci/github/.github/workflows/test-pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
FOD_RELEASE: ${{ inputs.fortify_release }}
9191
DO_SCA_SCAN: true
9292
DO_AVIATOR_AUDIT: true
93+
OVERRIDE_SAST_SETTINGS: true
9394

9495
# SSC ast-scan component test
9596
test-ssc-ast-scan:

ci/gitlab/.gitlab-ci-v2-fod-ast-scan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ fortify-ast-scan:
1515
FOD_RELEASE: ${FORTIFY_RELEASE}
1616
DO_SCA_SCAN: true
1717
DO_AVIATOR_AUDIT: true
18+
OVERRIDE_SAST_SETTINGS: true

0 commit comments

Comments
 (0)