update readme

This commit is contained in:
Yong Yan 2021-06-24 15:01:02 -07:00
parent c4f58cca72
commit f5025a3c80
1 changed files with 3 additions and 2 deletions

View File

@ -103,13 +103,14 @@ See [action.yml](https://github.com/david-a-wheeler/flawfinder/blob/main/action.
Create a .yml file under .github/workflows with the following contents: Create a .yml file under .github/workflows with the following contents:
### Basic: ### Basic:
````yml ```yml
- name: Flawfinder - name: Flawfinder
uses: david-a-wheeler/flawfinder@v1.0 uses: david-a-wheeler/flawfinder@v1.0
with: with:
arguments: '--sarif ./' arguments: '--sarif ./'
output: 'flawfinder_results.sarif' output: 'flawfinder_results.sarif'
```` ```
### Input options: ### Input options:
- arguments: Flawfinder command arguments. - arguments: Flawfinder command arguments.
Visit https://github.com/david-a-wheeler/flawfinder/blob/master/README.md#usage to check all parameters. Visit https://github.com/david-a-wheeler/flawfinder/blob/master/README.md#usage to check all parameters.