We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d779a commit c4a380aCopy full SHA for c4a380a
.github/workflows/sonarqube.yml
@@ -137,7 +137,7 @@ jobs:
137
138
# Generate SBOM in JSON format from Poetry project with correct parameter syntax
139
# Remove the trailing dot and fix the --with parameter syntax
140
- poetry run cyclonedx-py poetry --with dev --pyproject pyproject.toml -o cyclonedx_report.json --of JSON --validate
+ poetry run cyclonedx-py poetry --with dev -o cyclonedx_report.json --of JSON --validate --all-extras
141
142
# Add error handling and debugging
143
if [ -f "cyclonedx_report.json" ]; then
0 commit comments