chore(deps): update dependency anchore/syft to v1.45.0 #234

Merged
CSRBot merged 1 commits from renovate/actions into master 2026-06-02 23:09:01 +02:00
Showing only changes of commit cf67271e61 - Show all commits
+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.44.0" # renovate: datasource=github-releases depName=anchore/syft
SYFT_VERSION: "1.45.0" # renovate: datasource=github-releases depName=anchore/syft
run: |
OS="$(uname | tr '[:upper:]' '[:lower:]')"
ARCH="$(dpkg --print-architecture)"