We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fadc412 + 3f5dd64 commit 5c09eb8Copy full SHA for 5c09eb8
.github/workflows/publish-dev-docker-image.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s --
74
./bin/syft --version
75
- ./bin/syft ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.tag-action.outputs.tag }} \
+ ./bin/syft ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev \
76
--scope "all-layers" \
77
--output "cyclonedx-json=${{ steps.derive-artifact-name.outputs.SBOM_DIR }}/${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}"
78
0 commit comments