Skip to content

Commit 0cc5c11

Browse files
author
cx-Margarita-LevitM
committed
Fix bug AST-106030
1 parent 64f0e8c commit 0cc5c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wrappers/results-gl-sast.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
AnalyzerURL = "https://checkmarx.com/"
77
VendorName = "Checkmarx"
88
SastSchema = "https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/sast-report-format.json"
9-
SastSchemaVersion = "15.0"
9+
SastSchemaVersion = "15.0.0"
1010
)
1111

1212
type GlSastResultsCollection struct {

0 commit comments

Comments
 (0)