Skip to content

Commit

Permalink
Merge pull request #562 from snyk/chore/remove-snykscan
Browse files Browse the repository at this point in the history
chore: remove snyk scan from github workflows
  • Loading branch information
cvaidas authored Jun 26, 2024
2 parents 522b87b + d6c5511 commit 1de2c7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ jobs:
make clean test
- name: Snyk
env:
SNYK_TOKEN: ${{secrets.SNYK_TOKEN }}
run: |
snyk monitor
snyk code test --severity-threshold=high
integration-tests:
name: integration-tests
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1de2c7f

Please sign in to comment.