Added support for working-directory (#21)

This commit is contained in:
Ross
2024-07-08 10:14:45 -06:00
committed by GitHub
parent 6dc762e804
commit b7dc4ebf0c
5 changed files with 32 additions and 16 deletions
+4
View File
@@ -11,6 +11,10 @@ inputs:
ignore:
description: Comma-separated list of advisory ids to ignore
required: false
working-directory:
description: The directory of the Cargo.toml / Cargo.lock files to scan.
required: false
default: .
runs:
using: 'node20'