Skip to content

Commit

Permalink
Update security-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julz0815 committed Oct 14, 2022
1 parent 92a7160 commit d430189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: zip project
run: zip archive.zip ./ -x ".git*"
run: zip archive.zip ./* -x ".git*"
- uses: actions/upload-artifact@v1
with:
name: my-artifact
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Run Veracode SCA
env:
SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }}
uses: veracode/veracode-sca@v1.0.9
uses: veracode/veracode-sca@v1.09
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d430189

Please sign in to comment.