mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Fix software report output for cargo audit package (#5625)
This commit is contained in:
@@ -60,7 +60,7 @@ function Get-CbindgenVersion {
|
||||
}
|
||||
|
||||
function Get-CargoAuditVersion {
|
||||
return cargo audit --version
|
||||
return cargo-audit --version
|
||||
}
|
||||
|
||||
function Get-CargoOutdatedVersion {
|
||||
|
||||
Reference in New Issue
Block a user