audit-check
audit-check copied to clipboard
🛡️ GitHub Action for security audits
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...
## Motivation First step of triaging an audit issue is to see why the affected crate is being included in the build, to see if it's a direct dependency that...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.31.0 to 2.34.0. Release notes Sourced from @typescript-eslint/parser's releases. v2.34.0 2.34.0 (2020-05-18) Bug Fixes typescript-estree: fix handling of range/loc removal (#2028) (ce344d9) Features eslint-plugin: [no-invalid-void-type] allow union...
Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.22.1 to 0.22.3. Release notes Sourced from @zeit/ncc's releases. 0.22.3 Prints wrong version number #542 0.22.2 Patches Enable strictModuleExceptionHandling: #529 Fix cached js filename and misaligned columns:...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.31.0 to 2.34.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v2.34.0 2.34.0 (2020-05-18) Bug Fixes typescript-estree: fix handling of range/loc removal (#2028) (ce344d9) Features eslint-plugin: [no-invalid-void-type] allow union...
fixes see https://github.com/actions-rs/example/pull/15
`cargo-audit` v0.11.0 added (experimental) support for automatically updating the `Cargo.toml` https://blog.rust-lang.org/inside-rust/2020/01/23/Introducing-cargo-audit-fix-and-more.html#cargo-audit-fix-automatically-update-vulnerable-dependencies Consider adding a feature to create a PR with this fix.
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...
Do the checklist before filing an issue: * [x] Is this related to the `actions-rs` Actions? If you think it's a problem related to Github Actions in general, use GitHub...
Hello. I'd like to use your `audit-check` action on our GHES (GitHub Enterprise Server) instance. But failed due to below error; ``` ::group::Calling cargo-audit (JSON output) Calling cargo-audit (JSON output)...