Skip to content

Commit

Permalink
Update snyk-open-source-monitor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrose authored Aug 26, 2022
1 parent c974e8a commit 4c9f9cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snyk-open-source-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
- name: Install Snyk & Authenticate
run: |
sudo npm install -g snyk
sudo npm install -g snyk-to-html
snyk auth ${SNYK_TOKEN}
# Run Snyk Scan
- name: Run Snyk Open Source
run: |
snyk monitor --remote-repo-url="goofGithubAction" --target-reference="$(git branch --show-current)" || true
snyk monitor --remote-repo-url="goofGithubAction" --target-reference="$(git branch --show-current)"

0 comments on commit 4c9f9cc

Please sign in to comment.