diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 6e43c29..142f858 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -20,7 +20,7 @@ jobs: - name: Install Flawfinder run: pip install flawfinder - name: Run Flawfinder - run: flawfinder ./ --context html > test.html + run: flawfinder ./ --output_format 1 > test.html - name: Upload Artifact uses: actions/upload-artifact@v4 with: