mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-31 23:02:29 +00:00
Compare commits
7 Commits
users/jawe
...
users/sour
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e23a6580a | ||
|
|
12e7c84035 | ||
|
|
e4011bfe46 | ||
|
|
503ee48a4b | ||
|
|
86a3482263 | ||
|
|
37c787e3c4 | ||
|
|
28af308414 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -164,8 +164,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||
shardTotal: [10]
|
||||
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||
shardTotal: [8]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Az CLI login"
|
||||
|
||||
@@ -11,3 +11,9 @@ pool:
|
||||
|
||||
steps:
|
||||
- task: ComponentGovernanceComponentDetection@0
|
||||
inputs:
|
||||
scanType: 'Register'
|
||||
verbosity: 'Verbose'
|
||||
sourceScanPath: 'manifest'
|
||||
detectorsFilter: 'cgmanifest'
|
||||
alertWarningLevel: 'Low'
|
||||
|
||||
25
manifest/cgmanifest.json
Normal file
25
manifest/cgmanifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||
"Registrations": [
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"Git": {
|
||||
"RepositoryUrl": "https://github.com/mongodb-js/mongosh",
|
||||
"CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
},
|
||||
{
|
||||
"Component": {
|
||||
"Type": "git",
|
||||
"Git": {
|
||||
"RepositoryUrl": "https://github.com/jeffwidman/cqlsh",
|
||||
"CommitHash": "dbefab4f3082bd3525e9e39d836734fd905fb8df"
|
||||
}
|
||||
},
|
||||
"DevelopmentDependency": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user