Skip to content

Commit

Permalink
Update version of container scan action to 1.0.1
Browse files Browse the repository at this point in the history
Addressed container scan issue
  • Loading branch information
mtawadrousv authored Dec 20, 2023
1 parent 958ecad commit e6ea2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-iac-secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: ${{ github.event.client_payload.sha }}
token: ${{ github.event.client_payload.token }}
- name: Run Veracode IaC/Secrets Scanning
uses: veracode/[email protected].0
uses: veracode/[email protected].1
with:
vid: ${{ secrets.VERACODE_API_ID }}
vkey: ${{ secrets.VERACODE_API_KEY }}
Expand Down

0 comments on commit e6ea2c1

Please sign in to comment.