diff --git a/README.md b/README.md index 8ec65a6..c05cbcd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,10 @@ jobs: - condition: 'OR' - automerge: true - sync_scan: true - + - name: Upload SARIF file + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: codethreat.sarif.json ``` * As the name implies `FAILED_ARGS` contains the conditions for which you want to break the pipeline (action).