mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Ubuntu] Add pass package (#2304)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -112,6 +112,7 @@ $toolsList = @(
|
||||
(Get-NewmanVersion),
|
||||
(Get-NvmVersion),
|
||||
(Get-PackerVersion),
|
||||
(Get-PassVersion),
|
||||
(Get-PhantomJSVersion),
|
||||
(Get-PulumiVersion),
|
||||
(Get-RVersion),
|
||||
|
||||
@@ -175,6 +175,11 @@ function Get-PackerVersion {
|
||||
return "Packer $(packer --version)"
|
||||
}
|
||||
|
||||
function Get-PassVersion {
|
||||
$passVersion = (pass version | Select-String "^=\s+v").Line.Replace('v','') | Take-OutputPart -Part 1
|
||||
return "pass $passVersion"
|
||||
}
|
||||
|
||||
function Get-PhantomJSVersion {
|
||||
return "PhantomJS $(phantomjs --version)"
|
||||
}
|
||||
|
||||
@@ -168,6 +168,7 @@
|
||||
"mediainfo",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"pass",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
|
||||
@@ -163,6 +163,7 @@
|
||||
"mediainfo",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"pass",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
|
||||
@@ -137,6 +137,7 @@
|
||||
"mediainfo",
|
||||
"netcat",
|
||||
"parallel",
|
||||
"pass",
|
||||
"patchelf",
|
||||
"rsync",
|
||||
"shellcheck",
|
||||
|
||||
Reference in New Issue
Block a user