Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat(github-action): update aquasecurity/trivy-action action to v0.13.0
Browse files Browse the repository at this point in the history
| datasource  | package                   | from   | to     |
| ----------- | ------------------------- | ------ | ------ |
| github-tags | aquasecurity/trivy-action | 0.12.0 | 0.13.0 |
  • Loading branch information
stimpy-bot[bot] committed Oct 25, 2023
1 parent 2ebd102 commit 6a31d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scan-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Scan Container
uses: aquasecurity/trivy-action@0.12.0
uses: aquasecurity/trivy-action@0.13.0
with:
image-ref: ${{ matrix.containers }}
vuln-type: os,library
Expand Down

0 comments on commit 6a31d73

Please sign in to comment.