1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

Update version drop-downs; bump Trivy (#5425)

* bump Trivy scanner

Signed-off-by: Chip Zoller <chipzoller@gmail.com>

* add 1.8.2 to version drop-downs

Signed-off-by: Chip Zoller <chipzoller@gmail.com>

Signed-off-by: Chip Zoller <chipzoller@gmail.com>
This commit is contained in:
Chip Zoller 2022-11-21 08:21:09 -05:00 committed by GitHub
parent c708f4a881
commit 815a0e4297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 1 deletions

View file

@ -28,6 +28,7 @@ body:
- 1.7.5
- 1.8.0
- 1.8.1
- 1.8.2
validations:
required: true
- type: textarea

View file

@ -27,6 +27,7 @@ body:
- 1.7.5
- 1.8.0
- 1.8.1
- 1.8.2
validations:
required: true
- type: textarea

View file

@ -27,6 +27,7 @@ body:
- 1.7.5
- 1.8.0
- 1.8.1
- 1.8.2
validations:
required: true
- type: dropdown

View file

@ -15,7 +15,7 @@ jobs:
results: ${{ steps.parse-results.outputs.results }}
steps:
- name: Scan for vulnerabilities
uses: aquasecurity/trivy-action@d63413b0a4a4482237085319f7f4a1ce99a8f2ac # v0.7.1 (Trivy v0.31.2)
uses: aquasecurity/trivy-action@9ab158e8597f3b310480b9a69402b419bc03dbd5 # v0.8.0 (Trivy v0.34.0)
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
format: json