mirror of
https://github.com/actions-rust-lang/audit.git
synced 2025-12-27 01:43:48 -05:00
Generate lockfile when not existing
Whenever the `file` argument is set give, then cargo audit will not generate the file if it doesn't exist
This commit is contained in:
@@ -17,7 +17,7 @@ inputs:
|
||||
file:
|
||||
description: "Cargo lockfile to inspect"
|
||||
required: false
|
||||
default: "Cargo.lock"
|
||||
default: ""
|
||||
ignore:
|
||||
description: "A comma separated list of Rustsec IDs to ignore"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user