Skip to content

Commit 38a0a7c

Browse files
deps: update module github.com/anchore/syft to v1.42.3 [security] (#865)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a29fee commit 38a0a7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.26.1
44

55
require (
66
github.com/DependencyTrack/client-go v0.18.0
7-
github.com/anchore/stereoscope v0.1.21
8-
github.com/anchore/syft v1.42.2
7+
github.com/anchore/stereoscope v0.1.22
8+
github.com/anchore/syft v1.42.3
99
github.com/ckotzbauer/libk8soci v0.0.0-20260314082933-6e609a297e7e
1010
github.com/ckotzbauer/libstandard v0.0.0-20260314081514-eadee4e13404
1111
github.com/google/uuid v1.6.0
@@ -179,7 +179,7 @@ require (
179179
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.71 // indirect
180180
github.com/hashicorp/errwrap v1.1.0 // indirect
181181
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
182-
github.com/hashicorp/go-getter v1.8.4 // indirect
182+
github.com/hashicorp/go-getter v1.8.5 // indirect
183183
github.com/hashicorp/go-multierror v1.1.1 // indirect
184184
github.com/hashicorp/go-version v1.8.0 // indirect
185185
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -225,7 +225,7 @@ require (
225225
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
226226
github.com/olekukonko/errors v1.2.0 // indirect
227227
github.com/olekukonko/ll v0.1.7 // indirect
228-
github.com/olekukonko/tablewriter v1.1.3 // indirect
228+
github.com/olekukonko/tablewriter v1.1.4 // indirect
229229
github.com/opencontainers/go-digest v1.0.0 // indirect
230230
github.com/opencontainers/image-spec v1.1.1 // indirect
231231
github.com/opencontainers/runtime-spec v1.3.0 // indirect

go.sum

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,14 @@ github.com/anchore/stereoscope v0.1.20 h1:32720yZ/YtvzF5tvsoRL/ibdAJzOdIaR444fDX
193193
github.com/anchore/stereoscope v0.1.20/go.mod h1:6Ef0xQAuN2Ito7eV9A9pYjD1x/0cX5fy56MwgEGyrB4=
194194
github.com/anchore/stereoscope v0.1.21 h1:rIwPDjJQdOdIvMrkNyZFkUS5dSyQPDjAwUqU0XjVF74=
195195
github.com/anchore/stereoscope v0.1.21/go.mod h1:8652axKmO8itOcGX8gzAvHW3cVWvbxpJ4woLNMEO4a0=
196+
github.com/anchore/stereoscope v0.1.22 h1:L807G/kk0WZzOCGuRGF7knxMKzwW2PGdbPVRystryd8=
197+
github.com/anchore/stereoscope v0.1.22/go.mod h1:FikPtAb/WnbqwgLHAvQA9O+fWez0K4pbjxzghz++iy4=
196198
github.com/anchore/syft v1.42.1 h1:aZvkRXzclT2VrQUfu6tsyiixqusGJk9DeoOJktcQBrU=
197199
github.com/anchore/syft v1.42.1/go.mod h1:uo2xEPi6gyc/qabZFv0Oni6W2pL0gE7sshAyZJCnHNg=
198200
github.com/anchore/syft v1.42.2 h1:o4VZhWfwuH3/MXrNBq+j0XBCTAeaZDE7EQv9sx/yxPA=
199201
github.com/anchore/syft v1.42.2/go.mod h1:cNRTLAZGPhTPpALgfMQ4VTLxCJrhvTetylfGK6X55is=
202+
github.com/anchore/syft v1.42.3 h1:eIeeGyqfXm/C8wpBWU50xFbOjdL37VbLatMj9nEJ6n4=
203+
github.com/anchore/syft v1.42.3/go.mod h1:i2PZ+276IdPcnd/n32aeIv849iO/QqdjRknbIc39yL0=
200204
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
201205
github.com/andybalholm/brotli v1.2.0 h1:ukwgCxwYrmACq68yiUqwIWnGY0cTPox/M94sVwToPjQ=
202206
github.com/andybalholm/brotli v1.2.0/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
@@ -795,6 +799,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
795799
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
796800
github.com/hashicorp/go-getter v1.8.4 h1:hGEd2xsuVKgwkMtPVufq73fAmZU/x65PPcqH3cb0D9A=
797801
github.com/hashicorp/go-getter v1.8.4/go.mod h1:x27pPGSg9kzoB147QXI8d/nDvp2IgYGcwuRjpaXE9Yg=
802+
github.com/hashicorp/go-getter v1.8.5 h1:DMPV5CSw5JrNg/IK7kDZt3+l2REKXOi3oAw7uYLh2NM=
803+
github.com/hashicorp/go-getter v1.8.5/go.mod h1:WIffejwAyDSJhoVptc3UEshEMkR9O63rw34V7k43O3Q=
798804
github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
799805
github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
800806
github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60=
@@ -1010,6 +1016,8 @@ github.com/olekukonko/ll v0.1.7 h1:WyK1YZwOTUKHEXZz3VydBDT5t3zDqa9yI8iJg5PHon4=
10101016
github.com/olekukonko/ll v0.1.7/go.mod h1:RPRC6UcscfFZgjo1nulkfMH5IM0QAYim0LfnMvUuozw=
10111017
github.com/olekukonko/tablewriter v1.1.3 h1:VSHhghXxrP0JHl+0NnKid7WoEmd9/urKRJLysb70nnA=
10121018
github.com/olekukonko/tablewriter v1.1.3/go.mod h1:9VU0knjhmMkXjnMKrZ3+L2JhhtsQ/L38BbL3CRNE8tM=
1019+
github.com/olekukonko/tablewriter v1.1.4 h1:ORUMI3dXbMnRlRggJX3+q7OzQFDdvgbN9nVWj1drm6I=
1020+
github.com/olekukonko/tablewriter v1.1.4/go.mod h1:+kedxuyTtgoZLwif3P1Em4hARJs+mVnzKxmsCL/C5RY=
10131021
github.com/onsi/ginkgo/v2 v2.27.2 h1:LzwLj0b89qtIy6SSASkzlNvX6WktqurSHwkk2ipF/Ns=
10141022
github.com/onsi/ginkgo/v2 v2.27.2/go.mod h1:ArE1D/XhNXBXCBkKOLkbsb2c81dQHCRcF5zwn/ykDRo=
10151023
github.com/onsi/gomega v1.38.2 h1:eZCjf2xjZAqe+LeWvKb5weQ+NcPwX84kqJ0cZNxok2A=

0 commit comments

Comments
 (0)