Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
barnuri-cp committed Aug 6, 2024

Verified

This commit was signed with the committer’s verified signature.
x1ah x1ah
1 parent 364512b commit 632f3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dome9/common/testing/variable/variable.go
Original file line number Diff line number Diff line change
@@ -239,7 +239,7 @@ const (
)

const (
VulnerabilityPolicyDefaultRulesetId = -2008 // dont use -2007 because its breaking the tests
VulnerabilityPolicyDefaultRulesetId = -2008 // dont use -2007 because its breaking the tests because of default policy flow
VulnerabilityPolicyDetectAction = "Detection"
VulnerabilityPolicyPreventAction = "Prevention"
VulnerabilityPolicyTargetType = "Kubernetes"

0 comments on commit 632f3f4

Please sign in to comment.