Skip to content

Commit

Permalink
Add supress
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Feb 23, 2024
1 parent 8b8df85 commit 2d99e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/util/token-store/osx-keychain-parser-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe("storing complete data in keychain", function () {
const keychain = tokenStore.createOsxTokenStore();

const testUser = "appcenter-user";
//[SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="this is not a secret")]
const testPassword = "Sekret!";
const testTokenId = "1234abcd";

Expand Down

0 comments on commit 2d99e49

Please sign in to comment.