Skip to content

Commit

Permalink
Update readme (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyan-gh committed Aug 29, 2021
1 parent d9ddc06 commit 0810f73
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Create a .yml file under .github/workflows with the following contents:
### Basic demo:

```yml
- name: Flawfinder
uses: david-a-wheeler/flawfinder@v1.0
- name: flawfinder_scan
uses: david-a-wheeler/flawfinder@2.0.19-alpha1
with:
arguments: '--sarif ./'
output: 'flawfinder_results.sarif'
Expand All @@ -118,6 +118,9 @@ You can add many other additions to the arguments.
For example, `--error-level=4` will cause an error to be returned if
flawfinder finds a vulnerability of level 4 or higher.

You can find the action name and version string from [Marketplace](https://github.com/marketplace/actions/flawfinder_scan)
by clicking "Use latest/xxx version" button.

### Input options:

- arguments: [Flawfinder command arguments](ttps://github.com/david-a-wheeler/flawfinder/blob/master/README.md#usage)
Expand Down

0 comments on commit 0810f73

Please sign in to comment.