1 Commits

Author SHA1 Message Date
CSRBot df095eb546 chore(deps): update oras-project/setup-oras action to v2
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 23s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 10s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 24s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 51s
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 9s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 24s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 49s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s
2026-05-02 15:05:25 +00:00
+2 -2
View File
@@ -31,9 +31,9 @@ jobs:
"https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb" "https://github.com/anchore/syft/releases/download/v${SYFT_VERSION}/syft_${SYFT_VERSION}_${OS}_${ARCH}.deb"
dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb dpkg -i syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb rm syft_${SYFT_VERSION}_${OS}_${ARCH}.deb
- uses: volker-raschek/cosign-installer@v4.1.2-rc3 - uses: sigstore/cosign-installer@v4.1.1
with: with:
cosign-release: "v3.0.6" # renovate: datasource=github-tags depName=sigstore/cosign cosign-release: "v2.6.3" # renovate: datasource=github-tags depName=sigstore/cosign
- uses: docker/setup-qemu-action@v4.0.0 - uses: docker/setup-qemu-action@v4.0.0
with: with:
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest