Skip to content

Commit 4c90258

Browse files
hardcoded tag
1 parent c1a7576 commit 4c90258

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-sbom.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@ jobs:
3737
context: .
3838
file: docker/service/Dockerfile
3939
push: false
40-
tags: ${{ steps.meta.outputs.tags }}
40+
tags: nhsdev/nia-gp2gp-adaptor:test-build
4141
labels: ${{ steps.meta.outputs.labels }}
4242
load: true
4343

4444
- name: Syft
4545
uses: anchore/sbom-action@v0
4646
with:
47-
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
47+
image: nhsdev/nia-gp2gp-adaptor:test-build
4848
format: spdx-json
4949
output-file: sbom.spdx.json
5050

5151
- name: GRYPE
5252
uses: anchore/scan-action@v3
5353
with:
54-
image: ${{ fromJSON(steps.meta.outputs.tags)[0] }}
54+
image: nhsdev/nia-gp2gp-adaptor:test-build
5555
output-file: vulnerabilities.json
5656
fail-on-severity: high
5757

0 commit comments

Comments
 (0)