Snyk PR demo #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Snyk | ||
# You may pin to the exact commit or the version. | ||
# uses: snyk/actions@b98d498629f1c368650224d6d212bf7dfa89e4bf | ||
uses: snyk/[email protected] | ||
with: | ||
# Which Snyk command to run, defaults to test | ||
command: # optional, default is test | ||
# Additional arguments to pass to Snyk | ||
args: # optional | ||
# Output a snyk.json file with results if running the test command | ||
json: # optional | ||