Skip to content

Commit

Permalink
Keep only Maven build in system tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chavjoh committed Jan 20, 2024
1 parent ce13906 commit 3b34835
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/system-tests.yml
Expand Up @@ -7,19 +7,6 @@ jobs:
- name: Check out
uses: actions/checkout@master

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/maven@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --sarif-file-output=snyk.sarif --include-provided-dependencies=false

- name: Upload result to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk.sarif

- name: Set up
uses: actions/setup-java@master
with:
Expand Down

0 comments on commit 3b34835

Please sign in to comment.