Greetings,
I have been testing out a fork of osv-scanner to add support for matrix's. Most of it works. however I am being stumped on this open /github/workspace/amd64.status': no such file or directory error.
I have two artifact files that get uploaded and downloaded into the OSV action. The files successfully download into the correct directory, however the scanner finds no file.
I can validate that the file is indeed being downloaded to the directory (/home/runner/work/emhass/emhass) that is being mounted to /github/workspace/:
Greetings, I have been testing out a fork of
osv-scanner
to add support for matrix's. Most of it works. however I am being stumped on thisopen /github/workspace/amd64.status': no such file or directory
error.I have two artifact files that get uploaded and downloaded into the OSV action. The files successfully download into the correct directory, however the scanner finds no file.
Error
Logs: https://github.com/GeoDerp/emhass/actions/runs/10026253342/job/27710383510
I can validate that the file is indeed being downloaded to the directory (
/home/runner/work/emhass/emhass
) that is being mounted to/github/workspace/
:Action snippet:
The
download-artifact-directory
input will be removed before I make a PR, just for current testing. Full action here: https://github.com/GeoDerp/emhass/blob/OSV-integration/.github/workflows/publish_docker.yaml Usedosv-scanner-reusable.yaml
: https://github.com/GeoDerp/osv-scanner/blob/main/.github/workflows/osv-scanner-reusable.ymlQuick Note: I have tweaked things like permission variables in the main action. However, that does not seem to help.