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