Skip to content

Commit

Permalink
OXDEV-7301: Add test workflow for cyclonedx sbome generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Feb 6, 2024
1 parent 4eb0e68 commit bd9218f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Development

on:
workflow_dispatch:


jobs:
generate_sbom:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4

- name: generate sbom
uses: CycloneDX/gh-php-composer-generate-sbom@v1
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@
"config": {
"allow-plugins": {
"oxid-esales/oxideshop-unified-namespace-generator": true,
"oxid-esales/oxideshop-composer-plugin": true
"oxid-esales/oxideshop-composer-plugin": true,
"cyclonedx/cyclonedx-php-composer": true,
"cyclonedx/conclonedx-php-composer": true
}
}
}

0 comments on commit bd9218f

Please sign in to comment.