Skip to content

Commit

Permalink
Update vulnerability_scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhernes authored Aug 11, 2024
1 parent 1b45758 commit 4a02305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: scan1
uses: sysdiglabs/scan-action@v5
with:
image-tag: voting-app/vote:latest
image-tag: vote:latest
sysdig-secure-token: 98513912-9a2c-4f60-a5ba-2c424565e793 #${{ secrets.SYSDIG_SECURE_TOKEN }}
sysdig-secure-url: https://eu1.app.sysdig.com
#sarif-output-file: ${{ github.workspace }}/sarif.json
Expand All @@ -37,7 +37,7 @@ jobs:
id: scan2
uses: sysdiglabs/scan-action@v5
with:
image-tag: voting-app/result:latest
image-tag: result:latest
sysdig-secure-token: 98513912-9a2c-4f60-a5ba-2c424565e793 #${{ secrets.SYSDIG_SECURE_TOKEN }}
sysdig-secure-url: https://eu1.app.sysdig.com
#sarif-output-file: ${{ github.workspace }}/sarif.json
Expand Down

0 comments on commit 4a02305

Please sign in to comment.