We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac35ebf commit 80c15b9Copy full SHA for 80c15b9
.github/workflows/build.yaml
@@ -23,10 +23,12 @@ jobs:
23
fail-build: "false"
24
25
- name: Upload Anchore results as artifact
26
- uses: actions/upload-artifact@v3
+ uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
27
with:
28
- name: anchore-scan-results
29
- path: results.json
+ path: "."
+ output-format: "json"
30
+ output-file: "results.json"
31
+ fail-build: "false"
32
33
# Read and process the `results.json` file
34
- name: Generate Predicate JSON
0 commit comments