Skip to content

Commit

Permalink
feat: use stricter verification policy for signtool-verify task
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 committed Oct 7, 2024
1 parent 45a2299 commit 12c3f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wdk-build/rust-driver-makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ run_task = "signtool-sign"
private = true
condition = { env_true = ["WDK_BUILD_ENABLE_SIGNTOOL_VERIFY"] }
command = "signtool"
args = ["verify", "/v", "/pa", "${WDK_BUILD_SIGNTOOL_VERIFY_INPUT_FILE}"]
args = ["verify", "/v", "/kp", "${WDK_BUILD_SIGNTOOL_VERIFY_INPUT_FILE}"]

[tasks.verify-signature-driver-binary]
private = true
Expand Down

0 comments on commit 12c3f3c

Please sign in to comment.