Skip to content

Commit

Permalink
Update gitleaks_github_action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dussab authored Dec 19, 2024
1 parent a432c20 commit 9fc3bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rule-types/github/gitleaks_github_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def:
default message := "Gitleaks GitHub action is not configured"
default allow := false
allow if {"gitleaks/gitleaks-action" in actions
}
allow if contains(actions[_], "gitleaks/gitleaks-action")
# Defines the configuration for alerting on the rule
alert:
type: security_advisory
Expand Down

0 comments on commit 9fc3bd8

Please sign in to comment.