Skip to content

Commit 962bdc1

Browse files
authored
User/snamilikonda/32383063 (#620)
* skim handling * passing path * moving job level * reverting last * sign debug * reset debug * readding explicit debug * using val * set as bool * setting to release * reducing file range * additional pattern * reset file
1 parent 2e98a09 commit 962bdc1

2 files changed

Lines changed: 62 additions & 14 deletions

File tree

.azurepipelines/azure-pipelines-1ES.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ extends:
2323
break: true
2424
policheck:
2525
enabled: true
26+
suppression:
27+
suppressionFile: $(Build.SourcesDirectory)\.config\guardian\.gdnsuppress
2628
codeql:
2729
tsaEnabled: true
2830
${{ if eq(variables['Build.SourceBranch'], variables['AllowedBranch']) }}:
@@ -38,25 +40,15 @@ extends:
3840
displayName: 'Build PowerAppsTestEngine Solution'
3941
strategy:
4042
matrix:
41-
Debug:
42-
BuildConfiguration: 'Debug'
4343
Release:
4444
BuildConfiguration: 'Release'
4545
templateContext:
4646
sdl:
47-
${{ if eq(variables['BuildConfiguration'], 'Release') }}:
48-
codeSignValidation:
49-
additionalTargetsGlobPattern: -|**\.playwright\**;-|**PowerAppsTestEngineWrapper\playwright.ps1;-|**PowerAppsTestEngineWrapper\JS\**
50-
enabled: true
51-
break: true
47+
codeSignValidation:
48+
additionalTargetsGlobPattern: -|**\PowerAppsTestEngineWrapper\.playwright\**\*.js;-|**\PowerAppsTestEngineWrapper\.playwright\**\*.exe;-|**\PowerAppsTestEngineWrapper\.playwright\**\*.ps1;-|**\PowerAppsTestEngineWrapper\playwright.ps1;-|**\PowerAppsTestEngineWrapper\JS\**\*.js
49+
enabled: true
50+
break: true
5251

53-
${{ if ne(variables['BuildConfiguration'], 'Release') }}:
54-
codeSignValidation:
55-
additionalTargetsGlobPattern: -|**\.playwright\**;-|**PowerAppsTestEngineWrapper\playwright.ps1;-|**PowerAppsTestEngineWrapper\JS\**
56-
enabled: false
57-
break: true
58-
59-
6052
outputs:
6153
- output: pipelineArtifact
6254
condition: succeeded()

.config/guardian/.gdnsuppress

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"hydrated": false,
3+
"properties": {
4+
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/suppressions"
5+
},
6+
"version": "1.0.0",
7+
"suppressionSets": {
8+
"default": {
9+
"name": "default",
10+
"createdDate": "2025-05-12 17:45:01Z",
11+
"lastUpdatedDate": "2025-05-12 17:45:01Z"
12+
}
13+
},
14+
"results": {
15+
"b057a63e25bdc6d630ec098251d060c1c86cf058a73da6562a6107bfb8c4d271": {
16+
"signature": "b057a63e25bdc6d630ec098251d060c1c86cf058a73da6562a6107bfb8c4d271",
17+
"alternativeSignatures": [
18+
"5f6b205b31a2d99db69157c9296eda17c6d40ec1c64fdda4e85231be10212554"
19+
],
20+
"memberOf": [
21+
"default"
22+
],
23+
"createdDate": "2025-05-12 17:45:01Z"
24+
},
25+
"c9b43e17b61625127dae42db6261819b13c64c578ff2135c0c7429f1ecf895ae": {
26+
"signature": "c9b43e17b61625127dae42db6261819b13c64c578ff2135c0c7429f1ecf895ae",
27+
"alternativeSignatures": [
28+
"e219cca440574349b1e610f45d9f3cdcf7c8bd3ddd595a6fdcd18731708e6730"
29+
],
30+
"memberOf": [
31+
"default"
32+
],
33+
"createdDate": "2025-05-12 17:45:01Z"
34+
},
35+
"69b6d4e783a284ae0764beaf3f8727e6d7ccd7b1e4e81c0236e0b47d2c601954": {
36+
"signature": "69b6d4e783a284ae0764beaf3f8727e6d7ccd7b1e4e81c0236e0b47d2c601954",
37+
"alternativeSignatures": [
38+
"8e897bb45731713521d871bb8fd89ae277b6cc716430a4c9912a799ae45b1fd3"
39+
],
40+
"memberOf": [
41+
"default"
42+
],
43+
"createdDate": "2025-05-12 17:45:01Z"
44+
},
45+
"258cbb42f12b414eace596f34eb7ea2de3d17a4f57bd5540fbc99bc7f3069f3c": {
46+
"signature": "258cbb42f12b414eace596f34eb7ea2de3d17a4f57bd5540fbc99bc7f3069f3c",
47+
"alternativeSignatures": [
48+
"fa766c38acaf67ade224fa2b6e7cba4c320949b38c09dc64566511836a2776c9"
49+
],
50+
"memberOf": [
51+
"default"
52+
],
53+
"createdDate": "2025-05-12 17:45:01Z"
54+
}
55+
}
56+
}

0 commit comments

Comments
 (0)