Skip to content

Commit

Permalink
chore: replace version for applications
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Feb 14, 2024
1 parent 1006c90 commit 815a385
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate_sboms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
# ref: 'v${{ github.event.inputs.release }}'
ref: '${{ github.event.inputs.release }}'
ref: 'v${{ github.event.inputs.release }}'
-
name: Install programs
run: |
Expand Down
5 changes: 5 additions & 0 deletions sbom/configuration/patch_backend_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"path": "/metadata/component/description",
"value": "Backend application of SecObserve, the open source vulnerability management system for software development teams"
},
{
"op": "replace",
"path": "/metadata/component/version",
"value": "REPLACE_VERSION"
},
{
"op": "add",
"path": "/metadata/component/purl",
Expand Down
9 changes: 5 additions & 4 deletions sbom/configuration/patch_frontend_application.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[
{
"op": "remove",
"path": "/metadata/component/purl"
},
{
"op": "replace",
"path": "/metadata/component/name",
Expand All @@ -13,6 +9,11 @@
"path": "/metadata/component/description",
"value": "Frontend application of SecObserve, the open source vulnerability management system for software development teams"
},
{
"op": "replace",
"path": "/metadata/component/version",
"value": "REPLACE_VERSION"
},
{
"op": "replace",
"path": "/metadata/component/purl",
Expand Down

0 comments on commit 815a385

Please sign in to comment.