mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +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:
parent
c708f4a881
commit
815a0e4297
4 changed files with 4 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-cli.yaml
vendored
|
@ -28,6 +28,7 @@ body:
|
||||||
- 1.7.5
|
- 1.7.5
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
|
- 1.8.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-other.yaml
vendored
|
@ -27,6 +27,7 @@ body:
|
||||||
- 1.7.5
|
- 1.7.5
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
|
- 1.8.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
1
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug-webhook.yaml
vendored
|
@ -27,6 +27,7 @@ body:
|
||||||
- 1.7.5
|
- 1.7.5
|
||||||
- 1.8.0
|
- 1.8.0
|
||||||
- 1.8.1
|
- 1.8.1
|
||||||
|
- 1.8.2
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
results: ${{ steps.parse-results.outputs.results }}
|
results: ${{ steps.parse-results.outputs.results }}
|
||||||
steps:
|
steps:
|
||||||
- name: Scan for vulnerabilities
|
- 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:
|
with:
|
||||||
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
format: json
|
format: json
|
||||||
|
|
Loading…
Add table
Reference in a new issue