update readme
This commit is contained in:
parent
c4f58cca72
commit
f5025a3c80
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue