mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
various fixes...
This commit is contained in:
parent
e940afbaa6
commit
3d9f5a2751
1 changed files with 9 additions and 0 deletions
9
.github/workflows/gradle-build.yml
vendored
9
.github/workflows/gradle-build.yml
vendored
|
@ -53,6 +53,15 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: ghcr.io/${{ env.IMAGE_NAME }}:test
|
tags: ghcr.io/${{ env.IMAGE_NAME }}:test
|
||||||
|
- name: Run Trivy vulnerability scanner
|
||||||
|
uses: aquasecurity/trivy-action@master
|
||||||
|
with:
|
||||||
|
image-ref: 'ghcr.io/${{ env.IMAGE_NAME }}:test'
|
||||||
|
format: 'table'
|
||||||
|
exit-code: '1'
|
||||||
|
ignore-unfixed: true
|
||||||
|
vuln-type: 'os,library'
|
||||||
|
severity: 'CRITICAL,HIGH'
|
||||||
|
|
||||||
ort:
|
ort:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue