mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55: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: .
|
||||
push: false
|
||||
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:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue