4 Commits
Author SHA1 Message Date
CSRBot d7cef16e68 Merge pull request 'chore(deps): update dependency sigstore/cosign to v3.1.3' (#263) from renovate/sigstore-cosign-3.x into master
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 12s
Lint Markdown files / Run markdown linter (push) Successful in 6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 31s
2026-08-10 18:10:21 +00:00
CSRBot 8264c2e99d chore(deps): update dependency sigstore/cosign to v3.1.3
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 20s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 14s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 32s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 29s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 27s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 14s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
2026-08-10 18:05:08 +00:00
CSRBot 7f3adb139b Merge pull request 'chore(deps): update dependency anchore/syft to v1.51.0' (#264) from renovate/anchore-syft-1.x into master
Lint Markdown files / Run markdown linter (push) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 17s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 28s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 28s
2026-08-10 15:14:37 +00:00
CSRBot a9d013f17c chore(deps): update dependency anchore/syft to v1.51.0
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 11s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 1m20s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m24s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 26s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 27s
2026-08-10 15:05:48 +00:00
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl
- name: Install syft
env:
SYFT_VERSION: "1.50.0" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.51.0" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"
@@ -33,7 +33,7 @@ jobs:
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
- uses: volker-raschek/cosign-installer@7643eed6736a199595ed2a31e9979ec353a88adb # v4.1.3-rc3
with:
cosign-release: "v3.1.2" # renovate: datasource=github-tags depName=sigstore/cosign
cosign-release: "v3.1.3" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest