Skip to content

Commit a085e97

Browse files
committed
chore: Update FoD
1 parent 1ce1b75 commit a085e97

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
max_parallel:
3535
description: 'Maximum number of parallel test jobs'
3636
required: false
37-
default: '4'
37+
default: '2'
3838
timeout_minutes:
3939
description: 'Pipeline polling timeout in minutes'
4040
required: false

ci/ado/azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ jobs:
175175
FOD_CLIENT_SECRET: $(FCLI_FT_FOD_CLIENT_SECRET)
176176
FOD_RELEASE: ${{ parameters.FORTIFY_RELEASE }}
177177
SOURCE_DIR: $(Build.SourcesDirectory)/${{ parameters.SOURCE_DIR }}
178+
DO_SCA_SCAN: true
179+
DO_AVIATOR_AUDIT: true
178180

179181
# SSC ast-scan test
180182
- job: test_ssc_ast_scan

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
FOD_CLIENT_ID: ${{ secrets.FCLI_FT_FOD_CLIENT_ID }}
8989
FOD_CLIENT_SECRET: ${{ secrets.FCLI_FT_FOD_CLIENT_SECRET }}
9090
FOD_RELEASE: ${{ inputs.fortify_release }}
91+
DO_SCA_SCAN: true
92+
DO_AVIATOR_AUDIT: true
9193

9294
# SSC ast-scan component test
9395
test-ssc-ast-scan:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ fortify-ast-scan:
1313
FOD_CLIENT_ID: ${FCLI_FT_FOD_CLIENT_ID}
1414
FOD_CLIENT_SECRET: ${FCLI_FT_FOD_CLIENT_SECRET}
1515
FOD_RELEASE: ${FORTIFY_RELEASE}
16+
DO_SCA_SCAN: true
17+
DO_AVIATOR_AUDIT: true

0 commit comments

Comments
 (0)