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

build(deps): Bump aquasecurity/trivy-action from 0.9.1 to 0.10.0 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: "make test IMAGE=waf-proxy"

- name: Scan image
uses: aquasecurity/trivy-action@0.9.1
uses: aquasecurity/trivy-action@0.10.0
with:
image-ref: "ghcr.io/riotkit-org/waf-proxy:${{ steps.tag.outputs.TAG }}"
format: 'table'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: "make test IMAGE=waf-proxy"

- name: Scan image
uses: aquasecurity/trivy-action@0.9.1
uses: aquasecurity/trivy-action@0.10.0
with:
image-ref: "ghcr.io/riotkit-org/waf-proxy:${{ steps.tag.outputs.TAG }}"
format: 'table'
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: "make test IMAGE=ghcr.io/riotkit-org/waf-proxy:${{ steps.tag.outputs.TAG }}"

- name: Scan image
uses: aquasecurity/trivy-action@0.9.1
uses: aquasecurity/trivy-action@0.10.0
with:
image-ref: "ghcr.io/riotkit-org/waf-proxy:${{ steps.tag.outputs.TAG }}"
format: 'table'
Expand Down