Skip to content

Commit

Permalink
bump container version to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
netanelrevah committed Nov 25, 2021
1 parent 27b142b commit 926767f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: 'Secret Scanning'
description: ''
author: 'Dazz'
inputs:
api_key:
description: 'Dazz API Key'
required: false
default: ""
webhook_url:
description: 'Secret Scanning Webhook URL'
required: false
Expand All @@ -19,6 +23,7 @@ runs:
steps:
- uses: docker://public.ecr.aws/g5i0b9w7/secret-scanning-action:0.0.12
with:
api_key: ${{inputs.api_key}}
webhook_url: ${{inputs.webhook_url}}
timeout_seconds: ${{inputs.timeout_seconds}}
token: ${{inputs.token}}

0 comments on commit 926767f

Please sign in to comment.