diff --git a/.github/workflows/test-fs-action-sarif.yaml b/.github/workflows/test-fs-action-sarif.yaml index 385c13f..f3e96fe 100644 --- a/.github/workflows/test-fs-action-sarif.yaml +++ b/.github/workflows/test-fs-action-sarif.yaml @@ -24,4 +24,4 @@ jobs: uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # ratchet:github/codeql-action/upload-sarif@v3 if: ${{ always() && steps.orcasecurity_fs_scan.outputs.exit_code != 1 }} with: - sarif_file: results/file_system.sarif \ No newline at end of file + sarif_file: results/file_system.sarif# TODO: Need to fix the workflow diff --git a/.github/workflows/test-fs-action.yaml b/.github/workflows/test-fs-action.yaml index b76fc87..4a4ed9c 100644 --- a/.github/workflows/test-fs-action.yaml +++ b/.github/workflows/test-fs-action.yaml @@ -22,3 +22,4 @@ jobs: with: name: orca-results path: results/ +# TODO: Need to fix the workflow