chore(deps): update dependency anchore/syft to v1.42.1
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 26s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 7s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 16s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 23s
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 24s

This commit is contained in:
2026-02-18 20:03:17 +00:00
parent ea8716a6a4
commit d391ae859c

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.41.1" # renovate: datasource=github-releases depName=anchore/syft SYFT_VERSION: "1.42.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)"