File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments