Skip to content

Commit 5c09eb8

Browse files
Merge pull request #95 from leanix/feature/cid-3581/generate-sbom-artifact
cid-3581 hardcoding tag on dev deployment
2 parents fadc412 + 3f5dd64 commit 5c09eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-dev-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s --
7474
./bin/syft --version
75-
./bin/syft ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.tag-action.outputs.tag }} \
75+
./bin/syft ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:dev \
7676
--scope "all-layers" \
7777
--output "cyclonedx-json=${{ steps.derive-artifact-name.outputs.SBOM_DIR }}/${{ steps.derive-artifact-name.outputs.SBOM_ARTIFACT_NAME }}"
7878

0 commit comments

Comments
 (0)