Reduce the amount of duplicated security alerts for the Quarkus distribution
Co-authored-by: Václav Muzikář <vmuzikar@redhat.com> Closes #20428
This commit is contained in:
parent
34a68d9354
commit
25b7f1e823
1 changed files with 1 additions and 1 deletions
2
.github/workflows/snyk-analysis.yml
vendored
2
.github/workflows/snyk-analysis.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- uses: snyk/actions/setup@master
|
- uses: snyk/actions/setup@master
|
||||||
|
|
||||||
- name: Check for vulnerabilities in Quarkus
|
- name: Check for vulnerabilities in Quarkus
|
||||||
run: snyk test --policy-path=${GITHUB_WORKSPACE}/.github/snyk/.snyk --all-projects --prune-repeated-subdependencies --exclude=tests --sarif-file-output=quarkus-report.sarif quarkus
|
run: snyk test --policy-path=${GITHUB_WORKSPACE}/.github/snyk/.snyk --all-projects --prune-repeated-subdependencies --exclude=tests --sarif-file-output=quarkus-report.sarif quarkus/deployment
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue