You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @vlo-rte -- the action no longer generates files in your working directory by default, instead you should use the action outputs: ${{ steps.<id>.outputs.sarif }} where the <id> needs to match the id you configured to reference the scan-action, e.g.:
If you would prefer to continue generating a results.sarif in the working directory, you can configure the option using: output-file: results.sarif. In both cases, you should use the step outputs for SARIF uploads.
Since the upgrade of anchore/scan-action to v6.0.0, my task "github/codeql-action/upload-sarif" is failing.
The code for upload-sarif is :
The error I get is :
Do you have an idea where the problem is please ?
The text was updated successfully, but these errors were encountered: