Skip to content

Commit

Permalink
🐛 hotfix vulnerability reporting (#850)
Browse files Browse the repository at this point in the history
This enables CLI + upstream reporting again

Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus authored Oct 17, 2023
1 parent e535504 commit 50567c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/reporter/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
type mqlCode string

const (
vulnReport mqlCode = "asset.vulnerabilityReport"
vulnReport mqlCode = "platform.vulnerabilityReport"
kernelInstalled mqlCode = "kernel.installed"
)

Expand Down

0 comments on commit 50567c7

Please sign in to comment.