Skip to content

Commit

Permalink
chore: add suppression file (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jun 24, 2024
1 parent e9565b5 commit 404bf35
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lib/
node_modules/
.gdn/
25 changes: 25 additions & 0 deletions gdnsuppress.gdnsuppress
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"hydrated": false,
"properties": {
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/suppressions",
"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."
},
"version": "1.0.0",
"suppressionSets": {
"default": {
"name": "default",
"createdDate": "2024-06-24 17:45:20Z",
"lastUpdatedDate": "2024-06-24 17:45:20Z"
}
},
"results": {
"657ad01aa7a5b9ae38ce5651bb468b40f8bce8e1dec1f86362b8510b1983c771": {
"signature": "657ad01aa7a5b9ae38ce5651bb468b40f8bce8e1dec1f86362b8510b1983c771",
"alternativeSignatures": [],
"memberOf": [
"default"
],
"createdDate": "2024-06-24 17:45:20Z"
}
}
}

0 comments on commit 404bf35

Please sign in to comment.