Skip to content

Commit

Permalink
Suppress the password in short term (#20460)
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored Feb 18, 2022
1 parent bf5747d commit c50543f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"azure_client_secret&scope=https%3A%2F%2Fdigitaltwins.azure.net%2F.default",
"azure_client_secret",
"p@55wOrd",
"password",
"nodesdk",
"liilef#$DdRGSa_ewkjh",
"kt#_gahr!@aGERDXA",
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- template: /eng/common/pipelines/templates/steps/credscan.yml
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
BaselineFilePath: $(Build.SourcesDirectory)\eng\js.gdnbaselines

- ${{ if ne(parameters.RunUnitTests, false) }}:
- template: /eng/common/pipelines/templates/jobs/archetype-sdk-tests-generate.yml
Expand Down

0 comments on commit c50543f

Please sign in to comment.