@dnv-plant/typescriptpws 1.0.65-alpha.1861932 → 1.0.65-alpha.1865140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,38 @@
1
+ trigger:
2
+ batch: true
3
+ branches:
4
+ include:
5
+ - main
6
+ schedules:
7
+ - cron: '0 4 * * 5'
8
+ displayName: 'Weekly Friday 4 AM Run'
9
+ always: true
10
+ branches:
11
+ include:
12
+ - main
13
+ pool:
14
+ vmImage: ubuntu-latest
15
+ stages:
16
+ - stage: Veracode
17
+ jobs:
18
+ - job: 'Veracode_Scan'
19
+ steps:
20
+ - task: ArchiveFiles@2
21
+ inputs:
22
+ rootFolderOrFile: .
23
+ includeRootFolder: true
24
+ archiveType: 'zip'
25
+ archiveFile: '$(Build.ArtifactStagingDirectory)/src.zip'
26
+ replaceExistingArchive: true
27
+ - task: Veracode@3
28
+ inputs:
29
+ ConnectionDetailsSelection: 'Endpoint'
30
+ AnalysisService: 'Veracode'
31
+ veracodeAppProfile: 'PWS Clients - TypeScript PWS'
32
+ version: '$(Build.BuildNumber)'
33
+ filepath: '$(Build.ArtifactStagingDirectory)/src.zip'
34
+ failBuildIfUploadAndScanBuildStepFails: true
35
+ importResults: true
36
+ failBuildOnPolicyFail: false
37
+ maximumWaitTime: '30'
38
+ createProfile: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnv-plant/typescriptpws",
3
- "version": "1.0.65-alpha.1861932",
3
+ "version": "1.0.65-alpha.1865140",
4
4
  "description": "Integrate Phast models with our versatile APIs for enhanced customization and efficiency.",
5
5
  "main": "index.ts",
6
6
  "scripts": {