We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a7576 commit 4c90258Copy full SHA for 4c90258
.github/workflows/test-sbom.yml
@@ -37,21 +37,21 @@ jobs:
37
context: .
38
file: docker/service/Dockerfile
39
push: false
40
- tags: ${{ steps.meta.outputs.tags }}
+ tags: nhsdev/nia-gp2gp-adaptor:test-build
41
labels: ${{ steps.meta.outputs.labels }}
42
load: true
43
44
- name: Syft
45
uses: anchore/sbom-action@v0
46
with:
47
- image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
+ image: nhsdev/nia-gp2gp-adaptor:test-build
48
format: spdx-json
49
output-file: sbom.spdx.json
50
51
- name: GRYPE
52
uses: anchore/scan-action@v3
53
54
55
output-file: vulnerabilities.json
56
fail-on-severity: high
57
0 commit comments