Skip to content

Commit e6ea2c1

Browse files
authored
Update version of container scan action to 1.0.1
Addressed container scan issue
1 parent 958ecad commit e6ea2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode-iac-secrets-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ github.event.client_payload.sha }}
3131
token: ${{ github.event.client_payload.token }}
3232
- name: Run Veracode IaC/Secrets Scanning
33-
uses: veracode/[email protected].0
33+
uses: veracode/[email protected].1
3434
with:
3535
vid: ${{ secrets.VERACODE_API_ID }}
3636
vkey: ${{ secrets.VERACODE_API_KEY }}

0 commit comments

Comments
 (0)