Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions aqua-checksums.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,23 +231,23 @@
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v3.1.1/cosign-darwin-arm64",
"checksum": "94B42A9E697BE95675F6160AB031A9A5F1EC1E646D6F648D7B2F5CD59ECECBC5",
"id": "github_release/github.com/sigstore/cosign/v3.1.3/cosign-darwin-arm64",
"checksum": "5CF948C2F4DFE59687BDD0B8523709067383E03982CC543475C8A7DC70E92A76",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v3.1.1/cosign-linux-amd64",
"checksum": "AE1ECD212663F3693AD9EDF8B1A183900C9A52D3155BA6E354237F9A0F6463FC",
"id": "github_release/github.com/sigstore/cosign/v3.1.3/cosign-linux-amd64",
"checksum": "4629C757B7618056F8DDD7E2625AE9FDD94C0372A65049520BC7D9DF9EFC7F71",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v3.1.1/cosign-linux-arm64",
"checksum": "2EC865872E331C32FD12B08DAE15332D3F92C0AA029219589684A4903CA85D11",
"id": "github_release/github.com/sigstore/cosign/v3.1.3/cosign-linux-arm64",
"checksum": "C5D324E091826B0D7A78EB16FEF316450B4EB9AAEC045611C08BA06F5E73220A",
"algorithm": "sha256"
},
{
"id": "github_release/github.com/sigstore/cosign/v3.1.1/cosign-windows-amd64.exe",
"checksum": "9D2C026E667BFD979FA7BA1CAB8C4B24D2E73F336EC2D57F7FC72C7E73E5B4B6",
"id": "github_release/github.com/sigstore/cosign/v3.1.3/cosign-windows-amd64.exe",
"checksum": "9FE59BE0ECA1271873CE019061335EB1AC419B7059202E797828467DDABE33BE",
"algorithm": "sha256"
},
{
Expand Down
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
- name: google/yamlfmt@v0.21.0
- name: lycheeverse/lychee@lychee-v0.24.2
- name: goreleaser/goreleaser@v2.16.0
- name: sigstore/cosign@v3.1.1
- name: sigstore/cosign@v3.1.3
- name: gotestyourself/gotestsum@v1.13.0
- name: jqlang/jq@jq-1.8.2
- name: cli/cli@v2.96.0
4 changes: 2 additions & 2 deletions import-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ for arch in amd64 arm64; do
mkdir -p "$work"

echo "› fetching ${pkg}"
curl --proto '=https' --tlsv1.2 -fsSL -o "${work}/${pkg}" "$url"
curl --proto '=https' --tlsv1.2 -fsSL -o "${work}/${pkg}.sigstore" "${url}.sigstore"
curl --proto '=https' --tlsv1.2 -fsSL --retry 5 --retry-delay 3 --retry-all-errors -o "${work}/${pkg}" "$url"
curl --proto '=https' --tlsv1.2 -fsSL --retry 5 --retry-delay 3 --retry-all-errors -o "${work}/${pkg}.sigstore" "${url}.sigstore"

echo "› verifying sigstore bundle against the vendored key"
cosign verify-blob --key cosign.pub.asc --bundle "${work}/${pkg}.sigstore" "${work}/${pkg}"
Expand Down
5 changes: 4 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
// The update-aqua-checksum workflow pushes a fix-up commit onto Renovate's
// branches; without this, Renovate treats the branch as human-modified and
// stops rebasing it.
gitIgnoredAuthors: ["41898282+github-actions[bot]@users.noreply.github.com"],
gitIgnoredAuthors: [
"317468017+limen-ci-forkcloser[bot]@users.noreply.github.com",
"41898282+github-actions[bot]@users.noreply.github.com",
],
customManagers: [
// CFW_PACKAGE in versions.env: the curl-for-win package this repo tracks,
// in curl.se's own <curl-version>_<build-rev> form. Watched straight off
Expand Down
Loading