audit-check icon indicating copy to clipboard operation
audit-check copied to clipboard

Add an input for passing additional arguments to cargo audit call

Open RadicalZephyr opened this issue 5 years ago • 1 comments

As mentioned in #132 it would be useful to be able to pass extra command-line arguments to the cargo audit invocation.

I tried to model the changes on the way that the args input is handled in actions-rs/cargo. This is my first time using typescript however so please let me know if I'm doing anything suboptimal.

Happy to make any changes requested.

Fixes #132.

RadicalZephyr avatar Jul 06 '20 03:07 RadicalZephyr

Hey @svartalf could you take a look at this when you get a chance? I'd love to be able to use this feature in the audit check for tokio.

RadicalZephyr avatar Jul 22 '20 00:07 RadicalZephyr