forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump aquasecurity/trivy-action from 0.5.0 to 0.5.1 (open…
- Loading branch information
1 parent
53b8192
commit 2f169d9
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,7 +87,7 @@ jobs: | |
# Equivalent to: | ||
# $ trivy fs . | ||
- name: Run Trivy scan on repo | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
scan-type: fs | ||
format: table | ||
|
@@ -98,7 +98,7 @@ jobs: | |
# Equivalent to: | ||
# $ trivy image openpolicyagent/opa:edge | ||
- name: Run Trivy scan on image | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
image-ref: 'openpolicyagent/opa:edge' | ||
format: table | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
# Equivalent to: | ||
# $ trivy fs . | ||
- name: Run Trivy scan on repo | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
scan-type: fs | ||
format: table | ||
|
@@ -33,7 +33,7 @@ jobs: | |
# Equivalent to: | ||
# $ trivy image $IMAGE | ||
- name: Run Trivy scan on image | ||
uses: aquasecurity/[email protected].0 | ||
uses: aquasecurity/[email protected].1 | ||
with: | ||
image-ref: 'openpolicyagent/opa:${{ steps.tag.outputs.TAG }}' | ||
format: table | ||
|