Skip to content

Commit

Permalink
fix: add license for metadata component
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Aug 10, 2024
1 parent 3a48741 commit ff0f9eb
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
11 changes: 11 additions & 0 deletions sbom/configuration/patch_backend_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,16 @@
"op": "replace",
"path": "/metadata/component/purl",
"value": "pkg:github/MaibornWolff/SecObserve@vREPLACE_VERSION#backend"
},
{
"op": "add",
"path": "/metadata/component/licenses",
"value": [
{
"license": {
"id": "BSD-3-Clause"
}
}
]
}
]
13 changes: 12 additions & 1 deletion sbom/configuration/patch_backend_container.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,16 @@
"op": "add",
"path": "/metadata/component/version",
"value": "REPLACE_VERSION"
}
},
{
"op": "add",
"path": "/metadata/component/licenses",
"value": [
{
"license": {
"id": "BSD-3-Clause"
}
}
]
}
]
11 changes: 11 additions & 0 deletions sbom/configuration/patch_frontend_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,16 @@
"op": "replace",
"path": "/metadata/component/purl",
"value": "pkg:github/MaibornWolff/SecObserve@vREPLACE_VERSION#frontend"
},
{
"op": "add",
"path": "/metadata/component/licenses",
"value": [
{
"license": {
"id": "BSD-3-Clause"
}
}
]
}
]
11 changes: 11 additions & 0 deletions sbom/configuration/patch_frontend_container.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,16 @@
"op": "add",
"path": "/metadata/component/version",
"value": "REPLACE_VERSION"
},
{
"op": "add",
"path": "/metadata/component/licenses",
"value": [
{
"license": {
"id": "BSD-3-Clause"
}
}
]
}
]

0 comments on commit ff0f9eb

Please sign in to comment.