You've already forked db-wait
Compare commits
3 Commits
4346ba4fc5
...
fdcdcbc16a
| Author | SHA1 | Date | |
|---|---|---|---|
|
fdcdcbc16a
|
|||
| eb43d87054 | |||
|
f6527f59b3
|
@@ -19,7 +19,7 @@ jobs:
|
||||
run: apt-get update && apt-get install --yes curl
|
||||
- name: Install syft
|
||||
env:
|
||||
SYFT_VERSION: "1.45.0" # renovate: datasource=github-releases depName=anchore/syft
|
||||
SYFT_VERSION: "1.45.1" # 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@v4.1.2-rc3
|
||||
with:
|
||||
cosign-release: "v3.0.6" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||
cosign-release: "v3.1.0" # renovate: datasource=github-tags depName=sigstore/cosign
|
||||
- uses: docker/setup-qemu-action@v4.1.0
|
||||
with:
|
||||
image: harbor.cryptic.systems/docker/tonistiigi/binfmt:latest
|
||||
|
||||
Reference in New Issue
Block a user