Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/vcn-authenticate-bom-go-github-action
GitHub action that uses the vcn tool from CodeNotary.com to authenticate the bill of materials (BoM) for Go projects and binaries.
https://github.com/codenotary/vcn-authenticate-bom-go-github-action
Last synced: about 2 months ago
JSON representation
GitHub action that uses the vcn tool from CodeNotary.com to authenticate the bill of materials (BoM) for Go projects and binaries.
- Host: GitHub
- URL: https://github.com/codenotary/vcn-authenticate-bom-go-github-action
- Owner: codenotary
- License: apache-2.0
- Created: 2021-08-09T15:26:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T15:39:31.000Z (over 3 years ago)
- Last Synced: 2024-03-15T11:50:03.452Z (9 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcn-authenticate-bom-go-github-action
GitHub action that uses the **[vcn](https://github.com/codenotary/vcn)** tool from CodeNotary.com to authenticate the bill of materials (BoM) for Go projects and binaries.
## 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.