Skip to content

Commit 7afc1e4

Browse files
committed
set sarif mode to false
1 parent aa5d7c3 commit 7afc1e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/scanFlows.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
id: flowscanner
2424
uses: Flow-Scanner/[email protected]
2525
with:
26-
sarif-only: true
26+
sarif-only: false
2727

28-
- name: Upload SARIF to Code Scanning
29-
uses: github/codeql-action/upload-sarif@v3
30-
with:
31-
sarif_file: ${{ steps.flowscanner.outputs.sarifPath }}
28+
# - name: Upload SARIF to Code Scanning
29+
# uses: github/codeql-action/upload-sarif@v3
30+
# with:
31+
# sarif_file: ${{ steps.flowscanner.outputs.sarifPath }}

0 commit comments

Comments
 (0)