From f5025a3c80be6c689f77ed8ddde376ba21776f18 Mon Sep 17 00:00:00 2001 From: Yong Yan Date: Thu, 24 Jun 2021 15:01:02 -0700 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 053d58d..32df598 100644 --- a/README.md +++ b/README.md @@ -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: ### Basic: -````yml +```yml - name: Flawfinder uses: david-a-wheeler/flawfinder@v1.0 with: arguments: '--sarif ./' output: 'flawfinder_results.sarif' -```` +``` + ### Input options: - arguments: Flawfinder command arguments. Visit https://github.com/david-a-wheeler/flawfinder/blob/master/README.md#usage to check all parameters.