Compare commits

..

7 Commits

Author SHA1 Message Date
Sourabh Jain
2e23a6580a cqlsh fix 2025-04-18 23:25:53 +05:30
Sourabh Jain
12e7c84035 fix yml 2025-04-18 23:25:53 +05:30
Sourabh Jain
e4011bfe46 fix 2025-04-18 23:25:53 +05:30
Sourabh Jain
503ee48a4b skip 2025-04-18 23:25:53 +05:30
Sourabh Jain
86a3482263 updated manifest file 2025-04-18 23:25:53 +05:30
Sourabh Jain
37c787e3c4 Revert "add cg task"
This reverts commit 146ead919ccc3bf0d80c7148a572de0d73e7e208.
2025-04-18 23:25:53 +05:30
Sourabh Jain
28af308414 add cg task 2025-04-18 23:25:53 +05:30
3 changed files with 33 additions and 2 deletions

View File

@@ -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"

View File

@@ -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
View 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
}
]
}