Skip to content

Commit

Permalink
Update container-build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansnyk authored Mar 25, 2024
1 parent 9a52379 commit 56af162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:

- uses: snyk/actions/setup@master
- name: Snyk Container Monitor
run: snyk container monitor troysnyk/snyk-juice-shop:linux --tags="component=pkg:${{ github.repository }}@${{ github.ref_name }}" --org=${{ secrets.SNYK_ORG_ID }} --exclude-app-vulns --file=Dockerfile --project-name=linux
run: snyk container monitor troysnyk/snyk-juice-shop:linux --tags="component=pkg:${{ github.repository }}@${{ github.ref_name }}" --org=${{ secrets.SNYK_ORG_ID }} --exclude-app-vulns --file=Dockerfile
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 56af162

Please sign in to comment.