Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 19, 2023
1 parent c4ad255 commit 23a4902
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions docs/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Use curl or your favorite tool to pass arguments to the `/sbom` route.
Arguments can be passed either via the query string or as a JSON body. The following arguments are supported.

| Argument | Description |
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| type | Project type |
| multiProject | [boolean] |
| requiredOnly | Include only the packages with required scope on the SBOM. [boolean] |
| noBabel | Do not use babel to perform usage analysis for JavaScript/TypeScript projects. [boolean] |
| installDeps | Install dependencies automatically for some projects. Defaults to true but disabled for containers and oci scans. [boolean] [default: true] |
| projectId | The UUID of the project. You must provide the UUID or the projectName and projectVersion (or all three). |
| projectId | The UUID of the project. You must provide the UUID or the projectName and projectVersion (or all three). |
| projectName | Dependency Track project name. Default use the directory name |
| projectGroup | Dependency Track project group |
| projectVersion | Dependency Track project version [default: ""] |
Expand Down Expand Up @@ -68,7 +68,9 @@ You can POST the arguments.
```bash
curl -H "Content-Type: application/json" http://localhost:9090/sbom -XPOST -d $'{"url": "https://github.com/HooliCorp/vulnerable-aws-koa-app.git", "type": "nodejs", "multiProject": "true"}'
```

Using requests.post in Python:

```python
import requests
data = {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "9.9.4",
"version": "9.9.5",
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
"homepage": "http://github.com/cyclonedx/cdxgen",
"author": "Prabhu Subramanian <prabhu@appthreat.com>",
Expand Down Expand Up @@ -83,7 +83,7 @@
"yargs": "^17.7.2"
},
"optionalDependencies": {
"@appthreat/atom": "1.6.3",
"@appthreat/atom": "1.6.4",
"@cyclonedx/cdxgen-plugins-bin": "^1.4.0",
"@cyclonedx/cdxgen-plugins-bin-arm64": "^1.4.0",
"@cyclonedx/cdxgen-plugins-bin-ppc64": "^1.4.0",
Expand Down

0 comments on commit 23a4902

Please sign in to comment.