chore(deps): update dependency anchore/syft to v1.46.0 #241

Merged
CSRBot merged 1 commits from renovate/anchore-syft-1.x into master 2026-06-26 14:07:12 +02:00
Showing only changes of commit be074981ec - Show all commits
+1 -1
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.45.1" # renovate: datasource=github-releases depName=anchore/syft SYFT_VERSION: "1.46.0" # 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)"