Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): bump cosign to v2.2.3 to avoid sigstore TUF invalid key issue #100

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@ updates:
commit-message:
prefix: "docker"
include: "scope"

- package-ecosystem: "github-actions"
directory: "/security-actions/sign-docker-image"
schedule:
interval: "daily"
commit-message:
prefix: "github-actions"
include: "scope"

- package-ecosystem: docker
directory: "/security-actions/sign-docker-image"
schedule:
interval: "daily"
commit-message:
prefix: "docker"
include: "scope"

- package-ecosystem: "github-actions"
directory: "/code-check-actions/luacheck"
Expand Down
2 changes: 1 addition & 1 deletion security-actions/sign-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
run: $GITHUB_ACTION_PATH/scripts/cosign-metadata.sh

- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4

- name: Check install!
shell: bash
Expand Down