Skip to content

Commit

Permalink
Adding fail=true for detection mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sttor authored May 10, 2022
1 parent 013453f commit bd98280
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ inputs:
description: 'Path to config (relative to $GITHUB_WORKSPACE)'
required: false
default: '.github/.gitleaks.toml'
fail:
description: "Fail if secrets founded (default: true)"
required: false
default: "true"
outputs:
result: # id of output
description: 'Gitleaks log output'
Expand Down

0 comments on commit bd98280

Please sign in to comment.