chore(deps): update dependency anchore/syft to v1.44.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 19s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 11s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 37s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 20s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 10s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 28s
Lint Markdown files / Run markdown linter (pull_request) Successful in 8s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 35s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 25s

This commit is contained in:
2026-05-01 18:05:47 +00:00
parent 889e772e55
commit 6bc1c8c865

View File

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