diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 8dd2d0084d4..00000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,12 +0,0 @@ - - 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 -