Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Snyk adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
trrvp committed Jun 17, 2021
1 parent c528266 commit 6eae5bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/push_request_check.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Check Push request with snyk
name: Snyk Vulnerability scan
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: snyk/actions/setup@master
- name: Snyk monitor
run: snyk test
env:
SNYK_TOKEN: ${{ secrets.SNYK_GLOBAL_TOKEN }}
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_GLOBAL_TOKEN }}

0 comments on commit 6eae5bc

Please sign in to comment.