audit-check
audit-check copied to clipboard
Make `working-directory` configurable
I have a polyglot project with a backend in rust under ./backend and a frontend in elm. The project does not have a Cargo.toml or Cargo.lock in the project root. This causes the action to fail.
For other actions, I can overwrite the working-directory to fix this problem:
defaults:
run:
working-directory: backend
It would be nice to have an option for the audit action to run in a subdirectory.
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 ^^