rsdmike / github-security-report-action

MIT License
2 stars 4 forks source link

SARIF Finder, path "../results", does not exist. #248

Open tylertitsworth opened 2 weeks ago

tylertitsworth commented 2 weeks ago

By default this path won't exist unless you run codeql, so it might make more sense to create this directory if it doesn't already exist, or just default to ${{ github.workspace }}

The error: https://github.com/intel/ai-containers/actions/runs/9782873526/job/27010195590?pr=212

Reproduce with

    - uses: rsdmike/github-security-report-action@a149b24539044c92786ec39af8ba38c93496495d # v3.0.4
      with:
        # sarifReportDir: ${{ github.workspace }}
        template: report
        token: ${{ secrets.GITHUB_TOKEN }}