Skip to content

Commit

Permalink
Update snyk-security.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Bodine <bbodine1@gmail.com>
  • Loading branch information
bbodine1 authored Jul 20, 2023
1 parent a8f5544 commit 88e0f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: Set up Snyk CLI to check for security issues
# Snyk can be used to break the build when it detects security issues.
# In this case we want to upload the SAST issues to GitHub Code Scanning
uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb
# uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb

# For Snyk Open Source you must first set up the development environment for your application's dependencies
# For example for Node
# - uses: actions/setup-node@v3
# with:
# node-version: 16
uses: actions/setup-node@v3
with:
node-version: 16

env:
# This is where you will need to introduce the Snyk API token created with your Snyk account
Expand Down

0 comments on commit 88e0f84

Please sign in to comment.