We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1127f commit 16b87f3Copy full SHA for 16b87f3
.github/workflows/anchore-syft.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build the Docker image
32
run: docker build . --file docker/actinia-core-alpine/Dockerfile --tag localbuild/testimage:latest
33
- name: Scan the image and upload dependency results
34
- uses: anchore/sbom-action@c618dc7fb63c96aacf1dffef60b041a906ac892d
+ uses: anchore/sbom-action@deef08a0db64bfad603422135db61477b16cef56
35
with:
36
image: "localbuild/testimage:latest"
37
artifact-name: image.cyclonedx.json
0 commit comments