chore(deps): update dependency anchore/syft to v1.44.0 #162

Merged
CSRBot merged 1 commits from renovate/actions into master 2026-05-01 20:08:24 +02:00
Showing only changes of commit 6bc1c8c865 - Show all commits

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)"