Merge pull request 'chore(deps): update dependency anchore/syft to v1.51.0' (#264) from renovate/anchore-syft-1.x into master
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 Markdown files / Run markdown linter (push) Successful in 5s
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

This commit was merged in pull request #264.
This commit is contained in:
2026-08-10 15:14:37 +00:00
+1 -1
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)"