Skip to content

Commit

Permalink
chore: moving health parameter to recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Jan 3, 2023
1 parent 27aec8a commit 07f75d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ inputs:
penetration_test_fail:
description: Allow ZAProxy alerts to fail the workflow? [true/false]
default: "false"
health_url:
description: Sets the health endpoint to be used during check stage
default: ""

### Usually a bad idea / not recommended
repository:
default: ${{ github.repository }}
description: Optionally, specify a different repo to clone
health_url:
description: Sets the health endpoint to be used during check stage
default: ""


runs:
using: composite
Expand Down

0 comments on commit 07f75d6

Please sign in to comment.