Skip to content

Commit 404bf35

Browse files
authored
chore: add suppression file (#31)
1 parent e9565b5 commit 404bf35

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
lib/
22
node_modules/
3+
.gdn/

gdnsuppress.gdnsuppress

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
"hydrationStatus": "This file does not contain identifying data. It is safe to check into your repo. To hydrate this file with identifying data, run `guardian hydrate --help` and follow the guidance."
6+
},
7+
"version": "1.0.0",
8+
"suppressionSets": {
9+
"default": {
10+
"name": "default",
11+
"createdDate": "2024-06-24 17:45:20Z",
12+
"lastUpdatedDate": "2024-06-24 17:45:20Z"
13+
}
14+
},
15+
"results": {
16+
"657ad01aa7a5b9ae38ce5651bb468b40f8bce8e1dec1f86362b8510b1983c771": {
17+
"signature": "657ad01aa7a5b9ae38ce5651bb468b40f8bce8e1dec1f86362b8510b1983c771",
18+
"alternativeSignatures": [],
19+
"memberOf": [
20+
"default"
21+
],
22+
"createdDate": "2024-06-24 17:45:20Z"
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)