Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
lock

GitHub Action

VCN authenticate the BoM for Java (Maven) projects

v1.0.0

VCN authenticate the BoM for Java (Maven) projects

lock

VCN authenticate the BoM for Java (Maven) projects

Uses the vcn tool from CodeNotary.com to authenticate the bill of materials (BoM) for Java (Maven) projects

Installation

Copy and paste the following snippet into your .yml file.

              

- name: VCN authenticate the BoM for Java (Maven) projects

uses: codenotary/vcn-authenticate-bom-java-github-action@v1.0.0

Learn more about this action in codenotary/vcn-authenticate-bom-java-github-action

Choose a version

vcn-authenticate-bom-java-github-action

GitHub action that uses the vcn tool from CodeNotary.com to authenticate the 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.

💡 The underlying vcn Docker image can also be run directly (an example is also provided in the same example workflow). This way one can specify any vcn 💥 flag, not just the ones exposed by the GitHub action.

👉 This link lists all the other GitHub actions that are available from CodeNotary.