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 committed Mar 26, 2024
1 parent 592e358 commit 9ddcc39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/container-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +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 --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 9ddcc39

Please sign in to comment.