cryptosoftinc/CryptoSoftInc-SBOM
This action builds a CycloneDX Format Software Bill of Materials (SBOM) for a repository and sends it to an OWASP DT server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 11, 2025
- License
- MIT
Pinned Snippet
uses: cryptosoftinc/dependency-track-javascript@b6e6bc0a196ccded4296d9020e07db53fe0409b2 # 1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dt-url | The URL of the Dependency-Track API server to send the SBOM | yes | — |
| api-key | The API key used to authenticate with the Dependency-Track API server. | yes | — |
| project-name | Project name. | yes | — |
| project-version | Project version. | yes | — |
| parent-name | Parent Project name. | no | — |
| parent-version | Parent Project version. | no | — |
Outputs
no outputs