We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64f0e8c commit 0cc5c11Copy full SHA for 0cc5c11
internal/wrappers/results-gl-sast.go
@@ -6,7 +6,7 @@ const (
6
AnalyzerURL = "https://checkmarx.com/"
7
VendorName = "Checkmarx"
8
SastSchema = "https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/sast-report-format.json"
9
- SastSchemaVersion = "15.0"
+ SastSchemaVersion = "15.0.0"
10
)
11
12
type GlSastResultsCollection struct {
0 commit comments