Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak Schoster Goihman authored May 23, 2020
1 parent dd6ce5d commit 1ed979c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Bridgecrew Github Action'
author: 'Bridgecrew.io'
description: 'Run Bridgecrew against infrastructure code, as a pre-packaged Github Action.'
description: 'Find and fix security and compliance issues in infrastructure code using Bridgecrew Action'
inputs:
directory:
description: 'directory with infrastructure code to scan'
Expand Down Expand Up @@ -37,4 +37,4 @@ runs:
- ${{ inputs.quiet }}
- ${{ inputs.soft-fail }}
env:
API_KEY_VARIABLE: ${{ inputs.api-key }}
API_KEY_VARIABLE: ${{ inputs.api-key }}

0 comments on commit 1ed979c

Please sign in to comment.