From fb186f6615b95cc3393a77ebe20dcc5a62565f5b Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Sat, 4 Jan 2025 19:55:35 +0200 Subject: [PATCH] chore: Remove Flawfinder analysis steps from makefile.yml workflow Signed-off-by: EnderIce2 --- .github/workflows/makefile.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 5fba903f..2a5ec396 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -147,28 +147,6 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 - flawfinder: - name: Flawfinder - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: flawfinder_scan - uses: david-a-wheeler/flawfinder@2.0.19 - with: - arguments: '--sarif ./ --minlevel 5' - output: 'flawfinder_results.sarif' - - - name: Upload analysis results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: ${{github.workspace}}/flawfinder_results.sarif - compile64: name: Build amd64 runs-on: ubuntu-latest