diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000000..8dd2d0084d4 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,12 @@ + - name: Snyk + # You may pin to the exact commit or the version. + # uses: snyk/actions@b98d498629f1c368650224d6d212bf7dfa89e4bf + uses: snyk/actions@0.4.0 + 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 +