File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,6 @@ override.tf.json
4949# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
5050# Folder view configuration files
5151.DS_Store
52+
53+ # Ignore vendor directory (Go modules)
54+ vendor /
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.1
44
55require (
66 github.com/Checkmarx/containers-images-extractor v1.0.18
7- github.com/Checkmarx/containers-syft-packages-extractor v1.0.18
7+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.19
88 github.com/Checkmarx/containers-types v1.0.9
99 github.com/rs/zerolog v1.34.0
1010 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2
6363github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
6464github.com/Checkmarx/containers-images-extractor v1.0.18 h1:vj22lJurK72Zw28uenlzntDKIiXK0zN993lfsMdJh+w =
6565github.com/Checkmarx/containers-images-extractor v1.0.18 /go.mod h1:n3B8u4/WZCtsIwamIz7Prz6Ktl169i+aJb9Yq5R3D2M =
66- github.com/Checkmarx/containers-syft-packages-extractor v1.0.18 h1:Y1mE3oE2AkU05ooTvCIxsh8TpaWkJt6t83nqJMY9bDw =
67- github.com/Checkmarx/containers-syft-packages-extractor v1.0.18 /go.mod h1:o5O/uQuZVaHTsOU4PXQyRseGSblR+HXsdfZv7Hrt5CA =
66+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.19 h1:0FifsoDW5HDnRpL3pzQKN31smWy8nD7Zm42D40AA4VY =
67+ github.com/Checkmarx/containers-syft-packages-extractor v1.0.19 /go.mod h1:LBuo6NbNip0iZUCwmd5gFWYaLAlnl5STidlI2FYwoUw =
6868github.com/Checkmarx/containers-types v1.0.9 h1:LbHDj9LZ0x3f28wDx398WC19sw0U0EfEewHMLStBwvs =
6969github.com/Checkmarx/containers-types v1.0.9 /go.mod h1:KR0w8XCosq3+6jRCfQrH7i//Nj2u11qaUJM62CREFZA =
7070github.com/CycloneDX/cyclonedx-go v0.9.2 h1:688QHn2X/5nRezKe2ueIVCt+NRqf7fl3AVQk+vaFcIo =
You can’t perform that action at this time.
0 commit comments