Skip to content

Commit 968f911

Browse files
Merge pull request #96 from leanix/feature/cid-3581/generate-sbom-artifact
cid-3581 adds -sbom to the artifact name
2 parents 5c09eb8 + 9e5a554 commit 968f911

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
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666
run: |
6767
# These are outputs (not vars) so that they can be used as input to the upload step
68-
echo "SBOM_ARTIFACT_NAME=$(echo ${{ env.IMAGE_NAME }} | sed 's/\//_/g')" >> $GITHUB_OUTPUT
68+
echo "SBOM_ARTIFACT_NAME=$(echo ${{ env.IMAGE_NAME }}-sbom | sed 's/\//_/g')" >> $GITHUB_OUTPUT
6969
echo "SBOM_DIR=./sbom" >> $GITHUB_OUTPUT
7070
7171
- name: Generate SBOM artifact

0 commit comments

Comments
 (0)