diff --git a/internal/wrappers/results-gl-sast.go b/internal/wrappers/results-gl-sast.go index 5b1928df9..9d00b4fe0 100644 --- a/internal/wrappers/results-gl-sast.go +++ b/internal/wrappers/results-gl-sast.go @@ -6,7 +6,7 @@ const ( AnalyzerURL = "https://checkmarx.com/" VendorName = "Checkmarx" SastSchema = "https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/sast-report-format.json" - SastSchemaVersion = "15.0" + SastSchemaVersion = "15.0.0" ) type GlSastResultsCollection struct {