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 d64381c commit e9e391fCopy full SHA for e9e391f
checks/raw/sast.go
@@ -43,7 +43,6 @@ var sastTools = map[string]bool{
43
"lgtm-com": true,
44
"sonarcloud": true,
45
"sonarqubecloud": true,
46
- "aqua-security-trivy": true,
47
}
48
49
var allowedConclusions = map[string]bool{"success": true, "neutral": true}
0 commit comments