File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 fod-sast-scan :
10- if : false
10+ if : true
1111 strategy :
1212 fail-fast : false
1313 # Prevent running multiple FoD scans on same release simultaneously
3434 DO_EXPORT : true
3535
3636 export-test :
37- if : false
37+ if : true
3838 strategy :
3939 fail-fast : false
4040 matrix :
5050 EXTRA_EXPORT_OPTS : --fs "Quick View"
5151
5252 sc-sast-scan-main :
53- if : true
53+ if : false
5454 strategy :
5555 fail-fast : false
5656 matrix :
7474 JOB_SUMMARY_ACTION_EXTRA_OPTS : --fs "Security Auditor View"
7575
7676 sc-sast-scan :
77- if : false
77+ if : true
7878 strategy :
7979 fail-fast : false
8080 matrix :
9999 JOB_SUMMARY_ACTION_EXTRA_OPTS : --fs "Security Auditor View"
100100
101101 sc-sast-and-debricked-scan :
102- if : false
102+ if : true
103103 strategy :
104104 fail-fast : false
105105 matrix :
@@ -120,13 +120,13 @@ jobs:
120120 SSC_APPVERSION : GitHub:EightBall
121121 SC_SAST_TOKEN : ${{secrets.SC_SAST_UAT_TOKEN}}
122122 DEBRICKED_TOKEN : ${{secrets.DEBRICKED_TOKEN}}
123- SC_SAST_SENSOR_VERSION : 23 .2.0
123+ SC_SAST_SENSOR_VERSION : 24 .2.0
124124 DO_DEBRICKED_SCAN : true
125125 DO_EXPORT : true
126126 JOB_SUMMARY_ACTION_EXTRA_OPTS : --fs "Security Auditor View"
127127
128128 debricked-only-scan :
129- if : false
129+ if : true
130130 strategy :
131131 fail-fast : false
132132 matrix :
@@ -149,7 +149,7 @@ jobs:
149149 DO_WAIT : false
150150
151151 setup-test :
152- if : false
152+ if : true
153153 strategy :
154154 fail-fast : false
155155 matrix :
You can’t perform that action at this time.
0 commit comments