Closed vbrandl closed 2 months ago
Would love to see this!
Is there a workaround for this?
@d0x2f I created my own reusable workflow where I allow the working-dir to be overwritten :) I don't think its possible with this action at the moment. https://github.com/GiyoMoon/workflows/blob/main/.github/workflows/rust-audit.yml
Any updates on this? This is essential for monorepos!
@vbrandl I think this issue was accidentally left open after merging https://github.com/rustsec/audit-check/pull/21 ^^
I have a polyglot project with a backend in rust under
./backend
and a frontend in elm. The project does not have aCargo.toml
orCargo.lock
in the project root. This causes the action to fail.For other actions, I can overwrite the
working-directory
to fix this problem:It would be nice to have an option for the audit action to run in a subdirectory.