mirror of
https://github.com/outbackdingo/home-ops.git
synced 2026-01-27 10:19:11 +00:00
feat(github-action): update aquasecurity/trivy-action action to 0.28.0
| datasource | package | from | to | | ----------- | ------------------------- | ----- | ------ | | github-tags | aquasecurity/trivy-action | 0.6.2 | 0.28.0 |
This commit is contained in:
2
.github/workflows/scan-containers.yaml
vendored
2
.github/workflows/scan-containers.yaml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Scan Container
|
||||
uses: aquasecurity/trivy-action@0.6.2
|
||||
uses: aquasecurity/trivy-action@0.28.0
|
||||
with:
|
||||
image-ref: ${{ matrix.containers }}
|
||||
vuln-type: os,library
|
||||
|
||||
Reference in New Issue
Block a user