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
2 changed files with 31 additions and 0 deletions

View File

@@ -11,3 +11,9 @@ pool:
steps: steps:
- task: ComponentGovernanceComponentDetection@0 - 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
}
]
}