Skip to content

Commit

Permalink
fix: removed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Detesan authored and Alex Detesan committed Mar 22, 2024
1 parent c57cf28 commit 1345bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion policy/security/trivy.rego
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ violation[msg] {
severities := ["MEDIUM","HIGH","CRITICAL"]
input.predicate.scanner.result.Results[_].Vulnerabilities[_].Severity == severities[_]
msg := "vulnerability higher than medium"
}
}

0 comments on commit 1345bd8

Please sign in to comment.