Skip to content

Commit 8d3684a

Browse files
authored
Exclude vsce-sign results from BinSkim (#243778)
1 parent eecb98b commit 8d3684a

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

.config/guardian/.gdnsuppress

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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-03-17 11:52:32Z",
11+
"lastUpdatedDate": "2025-03-17 11:52:32Z"
12+
}
13+
},
14+
"results": {
15+
"216e2ac9cb596796224b47799f656570a01fa0d9b5f935608b47d15ab613c8e8": {
16+
"signature": "216e2ac9cb596796224b47799f656570a01fa0d9b5f935608b47d15ab613c8e8",
17+
"alternativeSignatures": [
18+
"07746898f43afab7cc50931b33154c2d9e1a35f82a649dbe8aecf785b3d5a813"
19+
],
20+
"memberOf": [
21+
"default"
22+
],
23+
"createdDate": "2025-03-17 11:52:32Z"
24+
},
25+
"77797a3e44634bb2994bd13ccc95ff4575bba474585dbd2cf3068a1c16bc0624": {
26+
"signature": "77797a3e44634bb2994bd13ccc95ff4575bba474585dbd2cf3068a1c16bc0624",
27+
"alternativeSignatures": [
28+
"4a6cb67bd4b401e9669c13a2162660aaefc0a94a4122e5b50c198414db545672"
29+
],
30+
"memberOf": [
31+
"default"
32+
],
33+
"createdDate": "2025-03-17 11:52:32Z"
34+
},
35+
"30418bcc5269eaeb2832a2404465784431d4e72a2af332320c2b1db4768902ad": {
36+
"signature": "30418bcc5269eaeb2832a2404465784431d4e72a2af332320c2b1db4768902ad",
37+
"alternativeSignatures": [
38+
"b7b9eb974d7d3a4ae14df8695ca5a62592c8c9d20b7eda70a6535d50cbda3e7f"
39+
],
40+
"memberOf": [
41+
"default"
42+
],
43+
"createdDate": "2025-03-17 11:52:32Z"
44+
}
45+
}
46+
}

build/azure-pipelines/product-build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ extends:
390390
timeoutInMinutes: 120
391391
variables:
392392
VSCODE_ARCH: x64
393+
templateContext:
394+
sdl:
395+
suppression:
396+
suppressionFile: $(Build.SourcesDirectory)\.config\guardian\.gdnsuppress
393397
steps:
394398
- template: build/azure-pipelines/win32/product-build-win32.yml@self
395399
parameters:
@@ -414,6 +418,10 @@ extends:
414418
timeoutInMinutes: 90
415419
variables:
416420
VSCODE_ARCH: arm64
421+
templateContext:
422+
sdl:
423+
suppression:
424+
suppressionFile: $(Build.SourcesDirectory)\.config\guardian\.gdnsuppress
417425
steps:
418426
- template: build/azure-pipelines/win32/product-build-win32.yml@self
419427
parameters:

0 commit comments

Comments
 (0)