Skip to content

Commit

Permalink
Adding manifest for component governance (#848) (#851)
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Niculescu <[email protected]>
  • Loading branch information
AhmedBM and MariusNi authored Jan 29, 2025
1 parent 5c1f036 commit aa579a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/common/parson/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"version": 1,
"registrations":[
{
"component": {
"type": "git",
"git": {
"RepositoryUrl": "https://github.com/kgabis/parson",
"CommitHash": "8beeb5ea4da5eedff8d3221307ef04855804a920"
}
},
"developmentDependency" : false
}
]
}

0 comments on commit aa579a1

Please sign in to comment.