Error: Code Scanning could not process the submitted SARIF file:
SARIF URI scheme "docker" did not match the checkout URI scheme "file",
Error: Code Scanning could not process the submitted SARIF file:
SARIF URI scheme "docker" did not match the checkout URI scheme "file",
If "uri": "docker://test-container" changed too just "uri": "test-container" the results will upload. I'm going to assume "uri": "localhost://test-container" would pass as well.
When passing the sarif output from a
local
container scan to upload-sarif it fails to recognize the URI path provided by dockle.Snippet of action.
Action log snippet.
Snippet from
dockle-image-results.sarif
If
"uri": "docker://test-container"
changed too just"uri": "test-container"
the results will upload. I'm going to assume"uri": "localhost://test-container"
would pass as well.