flawfinder/action.yml

13 lines
248 B
YAML
Raw Normal View History

name: 'Flawfinder'
description: 'Execute Flawfinder'
inputs:
command:
description: 'Command to be sent to Flawfinder'
required: false
default: '--help'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.command }}