Skip to content

Commit 1466fd7

Browse files
authored
Create Guardian suppression file (#6394)
1 parent 782d6a5 commit 1466fd7

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

.gdn/.gdnsuppress

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": "latest",
3+
"suppressionSets": {
4+
"default": {
5+
"name": "default",
6+
"createdDate": "2025-04-14T13:30:47Z",
7+
"lastUpdatedDate": "2025-04-14T13:30:47Z"
8+
}
9+
},
10+
"results": {
11+
"94b262a20d21544c9527803ee2109eec43f13edee79db6408106a7bf15ffaa0b": {
12+
"signature": "94b262a20d21544c9527803ee2109eec43f13edee79db6408106a7bf15ffaa0b",
13+
"target": "artifacts/NuGet.VisualStudio.Implementation/bin/release/net472/Microsoft.VisualStudio.ManagedInterfaces.dll",
14+
"memberOf": ["default"],
15+
"tool": "BinSkim",
16+
"ruleId": "BA2009",
17+
"justification": "This DLL is not shipped and is not built by our team.",
18+
"createdDate": "2025-04-15 17:38:54Z",
19+
"expirationDate": null,
20+
"type": null
21+
},
22+
"dadf10d994d221e4d43842f89921d1eca4a2185ef8afa6c6894e5a8faf96afc6": {
23+
"signature": "dadf10d994d221e4d43842f89921d1eca4a2185ef8afa6c6894e5a8faf96afc6",
24+
"target": "artifacts/NuGet.VisualStudio.Implementation/bin/release/net472/Microsoft.VisualStudio.ManagedInterfaces.dll",
25+
"memberOf": ["default"],
26+
"tool": "BinSkim",
27+
"ruleId": "BA2016",
28+
"justification": "This DLL is not shipped and is not built by our team.",
29+
"createdDate": "2025-04-15 17:38:54Z",
30+
"expirationDate": null,
31+
"type": null
32+
}
33+
}
34+
}
35+

eng/pipelines/official.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ extends:
7171
enabled: true
7272
credscan:
7373
enabled: false
74+
suppression:
75+
suppressionFile: $(Build.SourcesDirectory)\.gdn\.gdnsuppress
7476
pool:
7577
name: AzurePipelines-EO
7678
image: 1ESPT-Windows2022

eng/pipelines/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ extends:
7575
enabled: true
7676
credscan:
7777
enabled: false
78+
suppression:
79+
suppressionFile: $(Build.SourcesDirectory)\.gdn\.gdnsuppress
7880
pool:
7981
name: AzurePipelines-EO
8082
image: 1ESPT-Windows2022

0 commit comments

Comments
 (0)