chore: Remove Flawfinder analysis steps from makefile.yml workflow

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-01-04 19:55:35 +02:00
parent 0160fa3c72
commit fb186f6615
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A

View File

@ -147,28 +147,6 @@ jobs:
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 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: compile64:
name: Build amd64 name: Build amd64
runs-on: ubuntu-latest runs-on: ubuntu-latest