Skip to content

Commit

Permalink
Resolive comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Mar 12, 2024
1 parent 96cca50 commit 8a3e741
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 38 deletions.
10 changes: 5 additions & 5 deletions .azurepipelines/build-rn-code-push-1es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resources:
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
name: $(Build.SourceBranchName)_$(date:yyyyMMdd)$(rev:.r)

extends:
${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}:
Expand All @@ -24,11 +25,10 @@ extends:
- ES365AIMigrationTooling-BulkMigrated
sdl:
sourceAnalysisPool: 1ES-PT-Windows-2022
baseline:
baselineSet: default
baselineFile: $(Build.SourcesDirectory)/.gdn/.gdnbaselines
credscan:
suppressionsFile: $(Build.SourcesDirectory)/.config/CredScanSuppressions.json
stages:
- stage: Stage
- stage: Build NPM Artifact
jobs:
- job: HostJob
templateContext:
Expand All @@ -47,7 +47,7 @@ extends:
- script: |
npm pack
npm install -g react-native-code-push*.tgz
displayName: 'Package appcenter-cli'
displayName: 'Package react-native-code-push'
workingDirectory: $(Build.SourcesDirectory)
- task: DeleteFiles@1
Expand Down
14 changes: 14 additions & 0 deletions .config/CredScanSuppressions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tool": "Credential Scanner",
"suppressions": [
{
"file": "/Examples/CodePushDemoApp/android/app/debug.keystore",
"_justification": "Used only in DemoApp"
},
{
"file": "/Examples/CodePushDemoAppCpp/windows/CodePushDemoAppCpp/CodePushDemoAppCpp_TemporaryKey.pfx",
"_justification": "Used only in DemoApp"
}
]
}

33 changes: 0 additions & 33 deletions .gdn/.gdnbaselines

This file was deleted.

0 comments on commit 8a3e741

Please sign in to comment.