Skip to content

Commit

Permalink
chore: include app dependencies in sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Oct 26, 2024
1 parent 7b67614 commit 02640c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install cyclonedx-py
run: pipx install cyclonedx-bom
- name: Generate sbom
run: cyclonedx-py poetry --no-dev -o otterdog-bom.json
run: cyclonedx-py poetry --with main,app -o otterdog-bom.json
- name: Upload sbom
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
Expand Down

0 comments on commit 02640c5

Please sign in to comment.