Rename GitHub Action Flawfinder -> flawfinder_scan
The GitHub Action "flawfinder appears to already be in use, so I couldn't use it. Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
e0d8827c3b
commit
8e4a779ad5
|
@ -1,5 +1,5 @@
|
||||||
name: 'Flawfinder'
|
name: 'flawfinder_scan'
|
||||||
description: 'Execute Flawfinder'
|
description: 'Execute Flawfinder to scan source code for vulnerabilities'
|
||||||
inputs:
|
inputs:
|
||||||
arguments:
|
arguments:
|
||||||
description: 'Command arguments to be sent to Flawfinder'
|
description: 'Command arguments to be sent to Flawfinder'
|
||||||
|
|
Loading…
Reference in New Issue