File tree Expand file tree Collapse file tree
test/integration/data/manifests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/Checkmarx/containers-resolver v1.0.24
77 github.com/Checkmarx/containers-types v1.0.9
88 github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63
9- github.com/Checkmarx/gen-ai-wrapper v1.0.2
9+ github.com/Checkmarx/gen-ai-wrapper v1.0.3
1010 github.com/Checkmarx/manifest-parser v0.1.1
1111 github.com/Checkmarx/secret-detection v1.2.1
1212 github.com/MakeNowJust/heredoc v1.0.0
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ github.com/Checkmarx/containers-types v1.0.9 h1:LbHDj9LZ0x3f28wDx398WC19sw0U0EfE
7373github.com/Checkmarx/containers-types v1.0.9 /go.mod h1:KR0w8XCosq3+6jRCfQrH7i//Nj2u11qaUJM62CREFZA =
7474github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63 h1:SCuTcE+CFvgjbIxUNL8rsdB2sAhfuNx85HvxImKta3g =
7575github.com/Checkmarx/gen-ai-prompts v0.0.0-20240807143411-708ceec12b63 /go.mod h1:MI6lfLerXU+5eTV/EPTDavgnV3owz3GPT4g/msZBWPo =
76- github.com/Checkmarx/gen-ai-wrapper v1.0.2 h1:T6X40+4hYnwfDsvkjWs9VIcE6s1O+8DUu0+sDdCY3GI =
77- github.com/Checkmarx/gen-ai-wrapper v1.0.2 /go.mod h1:xwRLefezwNNnRGu1EjGS6wNiR9FVV/eP9D+oXwLViVM =
76+ github.com/Checkmarx/gen-ai-wrapper v1.0.3 h1:p7lc/U4dFltsIxAEeWeDNW4+8ovvlJvdb5pVBLcbKs8 =
77+ github.com/Checkmarx/gen-ai-wrapper v1.0.3 /go.mod h1:xwRLefezwNNnRGu1EjGS6wNiR9FVV/eP9D+oXwLViVM =
7878github.com/Checkmarx/manifest-parser v0.1.1 h1:Yp/fy0NjeLxxcS8y9AA9yIzWafC/Zeqn36YjVSe91DU =
7979github.com/Checkmarx/manifest-parser v0.1.1 /go.mod h1:hh5FX5FdDieU8CKQEkged4hfOaSylpJzub8PRFXa4kA =
8080github.com/Checkmarx/secret-detection v1.2.1 h1:Hzpz74dcN/L14Q86ARvPOZpKBnERzGTpy6sl1RXKOTo =
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ tzdata==2025.1
5151
5252# Exact version
5353
54- flask == 1 .1.2
54+ flask == 3 .1.2
5555
5656# Range: greater than or equal and less than
5757
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const (
6262 containerVolumeFlag = "-v"
6363 containerNameFlag = "--name"
6464 containerRemove = "--rm"
65- containerImage = "checkmarx/kics:v2.1.14 "
65+ containerImage = "checkmarx/kics:v2.1.15 "
6666 containerScan = "scan"
6767 containerScanPathFlag = "-p"
6868 containerScanPath = "/path"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const (
2727 filesContainerVolume = ":/files"
2828 resultsContainerLocation = "/kics/"
2929 containerRemove = "--rm"
30- ContainerImage = "checkmarx/kics:v2.1.14 "
30+ ContainerImage = "checkmarx/kics:v2.1.15 "
3131 containerNameFlag = "--name"
3232 remediateCommand = "remediate"
3333 resultsFlag = "--results"
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ var BaseIncludeFilters = []string{
110110 "*.inc" ,
111111 "*.jar" ,
112112 "*.js" ,
113+ "*.xsjs" ,
114+ "*.xsjslib" ,
113115 "*.dll" ,
114116 "*.tf" ,
115117 "*.yaml" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ tzdata==2025.1
5151
5252# Exact version
5353
54- flask == 1 .1.2
54+ flask == 3 .1.2
5555
5656# Range: greater than or equal and less than
5757
You can’t perform that action at this time.
0 commit comments