Skip to content

Commit

Permalink
actions debugging for snyk
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Jun 3, 2022
1 parent 94168a2 commit ccc1bfb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: mvn package
run: mvn package

- name: mvn verify
run: mvn verify

- name: Run Snyk
uses: snyk/actions/maven@master
env:
Expand All @@ -36,8 +42,3 @@ jobs:
with:
sarif_file: snyk-results.sarif

- name: mvn package
run: mvn package

- name: mvn verify
run: mvn verify

0 comments on commit ccc1bfb

Please sign in to comment.