Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Add an input for passing additional arguments to cargo audit call #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RadicalZephyr
Copy link

@RadicalZephyr RadicalZephyr commented Jul 6, 2020

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
Copy link
Author

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.

mrtnzlml added a commit to adeira/universe that referenced this pull request Dec 4, 2020
This action (`actions-rs/audit-check`) doesn't support `args` so we cannot scope it properly for the Rust project via `--manifest-path`, see: actions-rs/audit-check#133
kodiakhq bot pushed a commit to adeira/universe that referenced this pull request Dec 4, 2020
This action (`actions-rs/audit-check`) doesn't support `args` so we cannot scope it properly for the Rust project via `--manifest-path`, see: actions-rs/audit-check#133
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Provide a way to pass options to cargo-audit
1 participant