Skip to content

Commit 7832293

Browse files
authored
CLOUDP-307033: Update sboms-pr.yaml (#2295)
* CLOUDP-307033: Update sboms-pr.yaml Fix typo breaking SBOM PR generation * Update sboms-pr.yaml Avoid committing the `docker-sbom` plugin binary
1 parent 584fc6d commit 7832293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sboms-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
OS=linux ARCH=amd64 DOCKER_SBOM_PLUGIN_VERSION=0.6.1 ./scripts/get-docker-sbom-plugin.sh
4343
devbox run -- make generate-sboms VERSION=${{ env.VERSION }}
44+
rm docker-sbom # to avoid it getting into the final PR
4445
git checkout -b $BRANCH
4546
git add docs/releases
4647
scripts/create-signed-commit.sh
@@ -56,5 +57,5 @@ jobs:
5657
run: |
5758
gh pr create --head="${BRANCH}" \
5859
--title "${COMMIT_MESSAGE}" \
59-
--body ""SBOMs for version ${VERSION}" \
60+
--body "SBOMs for version ${VERSION}" \
6061
&& echo "Pull request created"

0 commit comments

Comments
 (0)