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 26, 2024
1 parent 9ddcc39 commit bc64967
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/container-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ 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 \
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 bc64967

Please sign in to comment.