Skip to content

Commit

Permalink
BRAVO-666 - Added snyk monitor check to normal build
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarlick committed Jun 15, 2020
1 parent 0796332 commit a178e59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ jobs:
with:
java-version: 11

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/gradle-jdk11@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high
command: monitor

- name: Gradle Build
uses: eskatos/gradle-command-action@v1
with:
Expand Down

0 comments on commit a178e59

Please sign in to comment.