From 0810f732d2ba560ff78b6a887d83d8a0b3f78789 Mon Sep 17 00:00:00 2001 From: Yong Yan Date: Sun, 29 Aug 2021 12:14:20 -0700 Subject: [PATCH] Update readme (#55) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 912f0eb..eb84851 100644 --- a/README.md +++ b/README.md @@ -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' @@ -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)