File tree 5 files changed +4
-29
lines changed
5 files changed +4
-29
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ${hostRegistry}/alpine:3.16 AS installer-env
7
7
8
8
# Define Args for the needed to add the package
9
9
ARG PS_VERSION=7.3.0-preview.8
10
- ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-alpine -x64.tar.gz
10
+ ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-musl -x64.tar.gz
11
11
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
12
12
ARG PS_INSTALL_VERSION=7-preview
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"IsLinux" : true ,
3
3
"UseLinuxVersion" : false ,
4
- "PackageFormat" : " powershell-${PS_VERSION}-linux-alpine -x64.tar.gz" ,
4
+ "PackageFormat" : " powershell-${PS_VERSION}-linux-musl -x64.tar.gz" ,
5
5
"osVersion" : " Alpine 3.16" ,
6
6
"shortDistroName" : " alpine" ,
7
7
"shortTags" : [
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ${hostRegistry}/alpine:3.17 AS installer-env
7
7
8
8
# Define Args for the needed to add the package
9
9
ARG PS_VERSION=7.3.0-preview.8
10
- ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-alpine -x64.tar.gz
10
+ ARG PS_PACKAGE=powershell-${PS_VERSION}-linux-musl -x64.tar.gz
11
11
ARG PS_PACKAGE_URL=https://github.com/PowerShell/PowerShell/releases/download/v${PS_VERSION}/${PS_PACKAGE}
12
12
ARG PS_INSTALL_VERSION=7-preview
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"IsLinux" : true ,
3
3
"UseLinuxVersion" : false ,
4
- "PackageFormat" : " powershell-${PS_VERSION}-linux-alpine -x64.tar.gz" ,
4
+ "PackageFormat" : " powershell-${PS_VERSION}-linux-musl -x64.tar.gz" ,
5
5
"osVersion" : " Alpine 3.17" ,
6
6
"shortDistroName" : " alpine" ,
7
7
"shortTags" : [
Original file line number Diff line number Diff line change @@ -58,28 +58,3 @@ stages:
58
58
displayName: Check for Duplicate Tags
59
59
condition: succeededOrFailed()
60
60
61
- - stage : Secret_Scan
62
- displayName : Secret Scan
63
- dependsOn : []
64
- jobs :
65
- - job : Secret_Scan
66
- pool :
67
- vmImage : windows-latest
68
- displayName : Secret Scan
69
-
70
- steps :
71
- - task : securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@2
72
- displayName : ' Scan for secrets'
73
- inputs :
74
- debugMode : false
75
- toolMajorVersion : V2
76
-
77
- - task : securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@2
78
- displayName : ' Publish Secret Scan Logs to Build Artifacts'
79
- continueOnError : true
80
-
81
- - task : securedevelopmentteam.vss-secure-development-tools.build-task-postanalysis.PostAnalysis@1
82
- displayName : ' Check for Failures'
83
- inputs :
84
- CredScan : true
85
- ToolLogsNotFoundAction : Error
You can’t perform that action at this time.
0 commit comments