From 0160fa3c72eba41269dd2375ea39cf00d7457de5 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 4 Jan 2025 19:47:21 +0200 Subject: [PATCH] chore: Update flawfinder scan minimum level from 4 to 5 in makefile.yml Signed-off-by: EnderIce2 --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1ce6ccb7..5fba903f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -161,7 +161,7 @@ jobs: - name: flawfinder_scan uses: david-a-wheeler/flawfinder@2.0.19 with: - arguments: '--sarif ./ --minlevel 4' + arguments: '--sarif ./ --minlevel 5' output: 'flawfinder_results.sarif' - name: Upload analysis results to GitHub Security tab