chore(deps): update dependency anchore/syft to v1.45.1
Lint Markdown files / Run markdown linter (pull_request) Failing after 11m46s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Failing after 11m56s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Failing after 11m59s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Failing after 12m6s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Failing after 12m10s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Failing after 12m13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Failing after 12m16s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Failing after 12m21s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Failing after 12m25s

This commit is contained in:
2026-06-06 06:06:36 +00:00
parent 9c66f3b522
commit a5c31971f9
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl run: apt-get update && apt-get install --yes curl
- name: Install syft - name: Install syft
env: 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: | run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')" OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)" ARCH="$(dpkg --print-architecture)"