Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/vcn-unsupport-bom-java-github-action
GitHub action that uses the vcn tool from CodeNotary.com to unsupport the bill of materials (BoM) for Java (Maven) projects. It accepts directories or JARs containing a pom.xml file as input.
https://github.com/codenotary/vcn-unsupport-bom-java-github-action
Last synced: about 2 months ago
JSON representation
GitHub action that uses the vcn tool from CodeNotary.com to unsupport the bill of materials (BoM) for Java (Maven) projects. It accepts directories or JARs containing a pom.xml file as input.
- Host: GitHub
- URL: https://github.com/codenotary/vcn-unsupport-bom-java-github-action
- Owner: codenotary
- License: apache-2.0
- Created: 2021-08-09T19:48:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T07:45:23.000Z (over 2 years ago)
- Last Synced: 2024-03-15T10:49:15.394Z (9 months ago)
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcn-unsupport-bom-java-github-action
GitHub action that uses the **[vcn](https://github.com/codenotary/vcn)** tool from CodeNotary.com to unsupport the bill of materials (BoM) for Java (Maven) projects. It accepts directories or JARs containing a pom.xml file as input.
## How to use it
Have a look in the provided [example workflow](.github/workflows/example.yml).
:bulb: The underlying vcn Docker image can also be run directly (an example is also provided in the same [example workflow](.github/workflows/example.yml)). This way one can **specify any vcn** :boom: flag, not just the ones exposed by the GitHub action.
👉 [This link](https://github.com/marketplace?type=actions&query=publisher%3Acodenotary+) lists all the other GitHub actions that are available from CodeNotary.