Skip to content

Commit a4d93d2

Browse files
chore(deps): bump github.com/anchore/syft from 1.36.0 to 1.37.0 (#4343)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad836bf commit a4d93d2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/agnivade/levenshtein v1.2.1
1515
github.com/anchore/clio v0.0.0-20250408180537-ec8fa27f0d9f
1616
github.com/anchore/stereoscope v0.1.12
17-
github.com/anchore/syft v1.36.0
17+
github.com/anchore/syft v1.37.0
1818
github.com/avast/retry-go/v4 v4.7.0
1919
github.com/defenseunicorns/pkg/helpers/v2 v2.0.4
2020
github.com/defenseunicorns/pkg/oci v1.3.0
@@ -145,7 +145,7 @@ require (
145145
github.com/in-toto/attestation v1.1.2 // indirect
146146
github.com/itchyny/gojq v0.12.17 // indirect
147147
github.com/itchyny/timefmt-go v0.1.6 // indirect
148-
github.com/jedib0t/go-pretty/v6 v6.6.8 // indirect
148+
github.com/jedib0t/go-pretty/v6 v6.6.9 // indirect
149149
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
150150
github.com/lestrrat-go/dsig v1.0.0 // indirect
151151
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
@@ -425,7 +425,7 @@ require (
425425
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
426426
github.com/hashicorp/errwrap v1.1.0 // indirect
427427
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
428-
github.com/hashicorp/go-getter v1.8.2 // indirect
428+
github.com/hashicorp/go-getter v1.8.3 // indirect
429429
github.com/hashicorp/go-multierror v1.1.1 // indirect
430430
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
431431
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -620,7 +620,7 @@ require (
620620
modernc.org/libc v1.66.10 // indirect
621621
modernc.org/mathutil v1.7.1 // indirect
622622
modernc.org/memory v1.11.0 // indirect
623-
modernc.org/sqlite v1.39.1
623+
modernc.org/sqlite v1.40.0
624624
sigs.k8s.io/controller-runtime v0.22.4
625625
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
626626
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,8 @@ github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115 h1:ZyRCmiE
855855
github.com/anchore/packageurl-go v0.1.1-0.20250220190351-d62adb6e1115/go.mod h1:KoYIv7tdP5+CC9VGkeZV4/vGCKsY55VvoG+5dadg4YI=
856856
github.com/anchore/stereoscope v0.1.12 h1:4T/10G7Nb98UoJBKVvAIhsAtrR63lZXxMJb/Qfw5inw=
857857
github.com/anchore/stereoscope v0.1.12/go.mod h1:G3PZlzPbxFhylj9pQwtqfVPaahuWmy/UCtv5FTIIMvg=
858-
github.com/anchore/syft v1.36.0 h1:vmrQz/eCPEdniHi2XRqEXxpvO3Q3wHL9o+YcE45XtUI=
859-
github.com/anchore/syft v1.36.0/go.mod h1:DdJMDHhI2V7pOjC/5FL98BKbG2DkbIT5zYmig6AORdU=
858+
github.com/anchore/syft v1.37.0 h1:g8W5KO311dyk2/sqXkCF9949oehweK56i4JD8uc5SeY=
859+
github.com/anchore/syft v1.37.0/go.mod h1:BQnR44s1DkqE+xFzeKQp/AfBKvWwoCQ54/Yo0dM4I+c=
860860
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=
861861
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
862862
github.com/andybalholm/brotli v1.0.4/go.mod h1:fO7iG3H7G2nSZ7m0zPUDn85XEX2GTukHGRSepvi9Eig=
@@ -1633,8 +1633,8 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng
16331633
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
16341634
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
16351635
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
1636-
github.com/hashicorp/go-getter v1.8.2 h1:CGCK+bZQLl44PYiwJweVzfpjg7bBwtuXu3AGcLiod2o=
1637-
github.com/hashicorp/go-getter v1.8.2/go.mod h1:CUTt9x2bCtJ/sV8ihgrITL3IUE+0BE1j/e4n5P/GIM4=
1636+
github.com/hashicorp/go-getter v1.8.3 h1:gIS+oTNv3kyYAvlUVgMR46MiG0bM0KuSON/KZEvRoRg=
1637+
github.com/hashicorp/go-getter v1.8.3/go.mod h1:CUTt9x2bCtJ/sV8ihgrITL3IUE+0BE1j/e4n5P/GIM4=
16381638
github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
16391639
github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
16401640
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -1722,8 +1722,8 @@ github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo
17221722
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
17231723
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
17241724
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
1725-
github.com/jedib0t/go-pretty/v6 v6.6.8 h1:JnnzQeRz2bACBobIaa/r+nqjvws4yEhcmaZ4n1QzsEc=
1726-
github.com/jedib0t/go-pretty/v6 v6.6.8/go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU=
1725+
github.com/jedib0t/go-pretty/v6 v6.6.9 h1:PQecJLK3L8ODuVyMe2223b61oRJjrKnmXAncbWTv9MY=
1726+
github.com/jedib0t/go-pretty/v6 v6.6.9/go.mod h1:YwC5CE4fJ1HFUDeivSV1r//AmANFHyqczZk+U6BDALU=
17271727
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=
17281728
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267/go.mod h1:h1nSAbGFqGVzn6Jyl1R/iCcBUHN4g+gW1u9CoBTrb9E=
17291729
github.com/jellydator/ttlcache/v3 v3.4.0 h1:YS4P125qQS0tNhtL6aeYkheEaB/m8HCqdMMP4mnWdTY=

0 commit comments

Comments
 (0)