Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/jsonpath-plus-10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danibix95 authored Oct 23, 2024
2 parents f4b749f + 54bd14c commit ff14fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Dependency Review
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
with:
fail-on-scope: runtime,unknown
fail-on-scopes: runtime,unknown
comment-summary-in-pr: on-failure
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
for tag in ${TAGS}; do
image="${tag}@${DIGEST}"
cosign sign --recursive --yes --key "${COSIGN_PRIVATE_KEY}" "${image}"
cosign attest --recursive --yes --key "${COSIGN_PRIVATE_KEY} --predicate "crud-service-sbom.spdx.json" --type="spdxjson" "${image}"
cosign attest --recursive --yes --key "${COSIGN_PRIVATE_KEY}" --predicate "crud-service-sbom.spdx.json" --type="spdxjson" "${image}"
done
env:
TAGS: |
Expand Down

0 comments on commit ff14fb6

Please sign in to comment.