chore(deps): update dependency anchore/syft to v1.42.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 37s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 20s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 17s
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 1m46s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m1s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 46s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 23s

This commit is contained in:
2026-02-11 05:04:34 +00:00
parent ea8716a6a4
commit 50d63c4feb

View File

@@ -19,7 +19,7 @@ jobs:
run: apt-get update && apt-get install --yes curl
- name: Install syft
env:
SYFT_VERSION: "1.41.1" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.42.0" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"