Skip to content

Commit

Permalink
point to CycloneDX specification for project types
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 29, 2023
1 parent 52900ba commit fbc9781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ local.properties
.settings/
.loadpath
.recommenders
.idea/

# External tool builders
.externalToolBuilders/
Expand Down
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,7 @@ Default Values
</plugins>
```

Project Type
------------
In the configuration a `<projectType>` can be set. The default value is `library` but there are more choices:

* application
* container
* device
* file
* firmware
* framework
* library (default)
* operating-system

Using an unsupported project type will result in applying the default value `library`.
`<projectType>` default value is `library` but there are [more choices defined in the CycloneDX specification](https://cyclonedx.org/docs/1.5/json/#metadata_component_type).

Excluding Projects
-------------------
Expand Down

0 comments on commit fbc9781

Please sign in to comment.