File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1717 name : Linux Agent
1818 steps :
1919
20- - script : |
21- node --version # This will print the Node version
22- npm install
23- npm run build
24- displayName: 'Install Dependencies and Build'
2520
26- - script : echo Hello, world!
27- displayName : ' Run a one-line script'
28-
29- - script : node -v
30- displayName : ' Node version'
3121
3222 - task : Application security testing@2025
3323 displayName : Application security testing
4333 enableDependencyScan : false
4434 vulnerabilityThreshold : true
4535 engineConfigId : ' 6'
46-
47- - task : CopyFiles@2
48- inputs :
49- SourceFolder : ' C:\agent\vsts-agent-win-x64-4.248.0\_work\4'
50- Contents : ' cxReport_*.json' # Supports wildcards but NOT regex
51- TargetFolder : ' $(Build.ArtifactStagingDirectory)'
52-
53- - task : PublishBuildArtifacts@1
54- inputs :
55- pathToPublish : ' $(Build.ArtifactStagingDirectory)'
56- artifactName : ' SecurityReports'
You can’t perform that action at this time.
0 commit comments