Skip to content

Commit 74fba98

Browse files
committed
Bonus
1 parent 77a7478 commit 74fba98

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/sysdig-scan.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
scan:
1111
runs-on: ubuntu-latest
12-
name: Scan vote / worker / result + IaC
12+
name: Scan vote / worker / result + IaC (stable, no version pin)
1313

1414
steps:
1515
- name: Checkout source
@@ -33,7 +33,6 @@ jobs:
3333
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
3434
sysdig-secure-url: ${{ secrets.SYSDIG_API_URL }}
3535
stop-on-processing-error: true
36-
cli-scanner-version: 1.22.3
3736

3837
# Scan worker
3938
- name: Scan worker image with Sysdig
@@ -43,7 +42,6 @@ jobs:
4342
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
4443
sysdig-secure-url: ${{ secrets.SYSDIG_API_URL }}
4544
stop-on-processing-error: true
46-
cli-scanner-version: 1.22.3
4745

4846
# Scan result
4947
- name: Scan result image with Sysdig
@@ -53,17 +51,14 @@ jobs:
5351
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
5452
sysdig-secure-url: ${{ secrets.SYSDIG_API_URL }}
5553
stop-on-processing-error: true
56-
cli-scanner-version: 1.22.3
5754

58-
# Scan IaC
55+
# Scan IaC (k8s-specifications)
5956
- name: Scan Kubernetes IaC manifests
6057
uses: sysdiglabs/scan-action@v6
61-
continue-on-error: true # IaC scan failure should not block main scan
58+
continue-on-error: true
6259
with:
6360
mode: iac
6461
iac-scan-path: k8s-specifications
6562
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
6663
sysdig-secure-url: ${{ secrets.SYSDIG_API_URL }}
6764
stop-on-processing-error: true
68-
cli-scanner-version: 1.23.3
69-

0 commit comments

Comments
 (0)