Skip to content

Commit

Permalink
Supress value in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Feb 23, 2024
1 parent 81a9571 commit 8b8df85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appcenter-cli-1ES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ extends:

- task: PowerShell@2
inputs:
filePath: '$(Build.SourcesDirectory)test/functional/Invoke-FunctionalTests.ps1'
filePath: '$(Build.SourcesDirectory)/test/functional/Invoke-FunctionalTests.ps1'
arguments: '-Token $(ac-cli-account-api-token)'
pwsh: true
workingDirectory: $(Build.SourcesDirectory)
Expand Down
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 @@ -49,6 +49,7 @@ describe("storing data without a tokenId 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!";

before(() => {
Expand Down

0 comments on commit 8b8df85

Please sign in to comment.