Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Umali authored Dec 29, 2023
1 parent f4a699e commit efdcc7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# Snyk Open Source monitor
- name: Snyk Open Source Monitor
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand All @@ -55,11 +56,11 @@ jobs:
# Snyk Container monitor
- name: Snyk Container Monitor
uses: snyk/actions/docker@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: novel-scraper/image
file: Dockerfile

# Upload Snyk Code results to GitHub Code Scanning
- name: Upload Snyk Code Results to GitHub Code Scanning
Expand Down

0 comments on commit efdcc7f

Please sign in to comment.