Skip to content

Commit 80c15b9

Browse files
chore: bump scan
1 parent ac35ebf commit 80c15b9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
fail-build: "false"
2424

2525
- name: Upload Anchore results as artifact
26-
uses: actions/upload-artifact@v3
26+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
2727
with:
28-
name: anchore-scan-results
29-
path: results.json
28+
path: "."
29+
output-format: "json"
30+
output-file: "results.json"
31+
fail-build: "false"
3032

3133
# Read and process the `results.json` file
3234
- name: Generate Predicate JSON

0 commit comments

Comments
 (0)