From 404bf352ca6ec001054bfac4b77fc88397b14cec Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:42:22 -0700 Subject: [PATCH] chore: add suppression file (#31) --- .gitignore | 1 + gdnsuppress.gdnsuppress | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 gdnsuppress.gdnsuppress diff --git a/.gitignore b/.gitignore index 3b4e8dc..2d1f55c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ lib/ node_modules/ +.gdn/ \ No newline at end of file diff --git a/gdnsuppress.gdnsuppress b/gdnsuppress.gdnsuppress new file mode 100644 index 0000000..13088f2 --- /dev/null +++ b/gdnsuppress.gdnsuppress @@ -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" + } + } +} \ No newline at end of file