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 bc64967 commit 57ea30b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/container-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +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
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 57ea30b

Please sign in to comment.