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 160e93a commit 92a7160
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
run: zip archive.zip ./ -x ".git*"
- uses: actions/upload-artifact@v1
with:
name: my-artifact
path: archive.zip
- uses: actions/checkout@v2
- name: zip project
run: zip archive.zip ./ -x ".git*"
- uses: actions/upload-artifact@v1
with:
name: my-artifact
path: archive.zip


veracode-sca-task:
veracode-sca-task:
runs-on: ubuntu-latest
name: Scan remote repository for Issues

Expand All @@ -31,7 +32,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

pipeline_scan:
pipeline_scan:
needs: build
runs-on: ubuntu-latest
name: pipeline scan
Expand Down

0 comments on commit 92a7160

Please sign in to comment.