save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

SARIF: raise an exception whenever an absolute non-`file:` URI is encountered

Open 0x6675636b796f75676974687562 opened this issue 3 years ago • 1 comments

Example:

"artifactLocation": {
                  "uri": "https://github.com/ossf/scorecard/blob/main/actions/entrypoint.sh"
                }

When save-cli is used as an executable (rather than as a library), a specific exit code should be returned — see #467

Decided to raise an exception in this case

kgevorkyan avatar Feb 15 '23 09:02 kgevorkyan