Skip to content

Commit

Permalink
CICD-263: support "disable-active-verification" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
saars-orca committed Aug 22, 2024
1 parent a4d9411 commit 3a1c88c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
| ignore-git-history-baseline | true | forces a full history scan | Boolean | No | false |
| debug | true | Debug mode | Boolean | No | false |
| log_path | results/ | The directory path to specify where the logs should be written to on debug mode. | String | No | working dir |
| disable-active-verification | true | Disable active verification of secrets | Boolean | No | false |
## Checks
Upon adding the action, two new checks will become visible on pull requests:
Expand Down
4 changes: 4 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ inputs:
description: "Debug mode"
required: false
default: "false"
disable_active_verification:
description: "Disable active verification"
required: false
default: "false"
log_path:
description: "The directory path to specify where the logs should be written to on debug mode. Default to the current working directory"
required: false
Expand Down

0 comments on commit 3a1c88c

Please sign in to comment.