diff --git a/build/credscan-exclude.json b/build/credscan-exclude.json new file mode 100644 index 00000000..9f90dfe0 --- /dev/null +++ b/build/credscan-exclude.json @@ -0,0 +1,17 @@ +{ + "tool": "Credential Scanner", + "suppressions": [ + { + "file": "test-certificate.pfx", + "_justification": "test self signed certificate to test signing from the library. this certificate is not associated with any tenant" + }, + { + "placeholder": "client_secret", + "_justification" : "credential used for testing. not associated with any tenant" + }, + { + "placeholder": "ClientPassword", + "_justification" : "credential used for testing. not associated with any tenant" + } + ] +} \ No newline at end of file diff --git a/build/findbugs-exclude.xml b/build/findbugs-exclude.xml new file mode 100644 index 00000000..b72f7cfd --- /dev/null +++ b/build/findbugs-exclude.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file