Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 18, 2021
1 parent 546df1a commit b10aaf6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,28 @@ inputs:
description: 'GITHUB_TOKEN or a Repo scoped PAT'
required: true
default: ${{ github.token }}
version:
description: bandit version to be used
required: true
default: '1.7.0'
path:
description: Module/Package path to run bandit checks
required: true
default: '.'
options:
description: Extra options passed to bandit
required: false
default: ''


runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}
- ${{ inputs.version }}
- ${{ inputs.path }}
- ${{ inputs.options }}
branding:
icon: shield
color: white

0 comments on commit b10aaf6

Please # to comment.