mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +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 {
|
function Get-CargoAuditVersion {
|
||||||
return cargo audit --version
|
return cargo-audit --version
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-CargoOutdatedVersion {
|
function Get-CargoOutdatedVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user