Skip to content

Commit c96f626

Browse files
Merge branch 'main' into feature/containers-repo-local-scan-with-images
2 parents 36334e1 + 64f0e8c commit c96f626

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.0"
9+
SastSchemaVersion = "15.0"
1010
)
1111

1212
type GlSastResultsCollection struct {

0 commit comments

Comments
 (0)