Skip to content

Commit ebb5c88

Browse files
committed
ci: Update tests
1 parent 596fd49 commit ebb5c88

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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
@@ -34,7 +34,7 @@ jobs:
3434
DO_EXPORT: true
3535

3636
export-test:
37-
if: false
37+
if: true
3838
strategy:
3939
fail-fast: false
4040
matrix:
@@ -50,7 +50,7 @@ jobs:
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:
@@ -74,7 +74,7 @@ jobs:
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:
@@ -99,7 +99,7 @@ jobs:
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:

0 commit comments

Comments
 (0)