Skip to content

Commit

Permalink
chore: bump tag version for examples (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorEulalio authored Apr 9, 2024
1 parent ed29e02 commit 7cf9053
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ You need to assign an ID to the Sysdig Scan Action step, like:

- name: Scan image
id: scan
uses: sysdiglabs/scan-action@v4
uses: sysdiglabs/scan-action@v5
with:
...
```
Expand Down Expand Up @@ -160,7 +160,7 @@ The `if: success() || failure()` option makes sure the SARIF report is uploaded
- name: Scan image
id: scan
uses: sysdiglabs/scan-action@v4
uses: sysdiglabs/scan-action@v5
with:
image-tag: sysdiglabs/dummy-vuln-app:latest
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
Expand All @@ -179,7 +179,7 @@ The `if: success() || failure()` option makes sure the SARIF report is uploaded
...
- name: Scan image
uses: sysdiglabs/scan-action@v4
uses: sysdiglabs/scan-action@v5
with:
image-tag: "sysdiglabs/dummy-vuln-app:latest"
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
Expand All @@ -191,7 +191,7 @@ The `if: success() || failure()` option makes sure the SARIF report is uploaded
...
- name: Scan infrastructure
uses: sysdiglabs/scan-action@v4
uses: sysdiglabs/scan-action@v5
with:
sysdig-secure-token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
cli-scanner-version: 1.9.0
Expand Down

0 comments on commit 7cf9053

Please sign in to comment.