diff --git a/.github/workflows/snyk-scans-cli.yml b/.github/workflows/snyk-scans-cli.yml index f2dec2fd8ee..b79022d416e 100644 --- a/.github/workflows/snyk-scans-cli.yml +++ b/.github/workflows/snyk-scans-cli.yml @@ -3,7 +3,7 @@ name: Snyk Full Platform (CLI) # Prerequisites: # - Set a SNYK_TOKEN under env secrets in an env called "Snyk" # - If you are not running the scan on your default org in Snyk, set the org id in a secret called SNYK_ORG in the same env as above (env called "Snyk") and add an additional --org=${{ secrets.SNYK_ORG }} parameter in all the test commands - +# TEST RUN on: push: branches: [ "master" ]