We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584fc6d commit 7832293Copy full SHA for 7832293
.github/workflows/sboms-pr.yaml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
OS=linux ARCH=amd64 DOCKER_SBOM_PLUGIN_VERSION=0.6.1 ./scripts/get-docker-sbom-plugin.sh
43
devbox run -- make generate-sboms VERSION=${{ env.VERSION }}
44
+ rm docker-sbom # to avoid it getting into the final PR
45
git checkout -b $BRANCH
46
git add docs/releases
47
scripts/create-signed-commit.sh
@@ -56,5 +57,5 @@ jobs:
56
57
58
gh pr create --head="${BRANCH}" \
59
--title "${COMMIT_MESSAGE}" \
- --body ""SBOMs for version ${VERSION}" \
60
+ --body "SBOMs for version ${VERSION}" \
61
&& echo "Pull request created"
0 commit comments