diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index d5b5fc7..57fedfc 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -21,7 +21,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} -# - name: Upload results to Security tab -# uses: github/codeql-action/upload-sarif@v3 -# with: -# sarif_file: ${{ steps.gitleaks.outputs.sarifFile }} + - name: Upload results to Security tab + uses: github/codeql-action/upload-sarif@v3 + with: + sarif_file: results.sarif