Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Gonzalez <fabiangonz98@gmail.com>
  • Loading branch information
inFocus7 committed Aug 30, 2023
1 parent 698494c commit 27aea68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/scanners/trivy/trivy.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const (
securityCheckConfig = "config"
securityCheckSecret = "secret"

statusUnknown = "unknown"
statusAffected = "affected"
statusFixed = "fixed"
statusUnknown = "unknown"
statusAffected = "affected"
statusFixed = "fixed"
statusUnderInvestigation = "under_investigation"
statusWillNotFix = "will_not_fix"
statusFixDeferred = "fix_deferred"
statusEndOfLife = "end_of_life"
statusWillNotFix = "will_not_fix"
statusFixDeferred = "fix_deferred"
statusEndOfLife = "end_of_life"
)

var (
Expand Down

0 comments on commit 27aea68

Please sign in to comment.