Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codenotary/vcn-notarize-bom-python-github-action

GitHub action that uses the vcn tool from CodeNotary.com to generate and notarize the bill of materials (BoM) for Python projects.
https://github.com/codenotary/vcn-notarize-bom-python-github-action

Last synced: about 2 months ago
JSON representation

GitHub action that uses the vcn tool from CodeNotary.com to generate and notarize the bill of materials (BoM) for Python projects.

Awesome Lists containing this project

README

        

# vcn-notarize-bom-python-github-action

GitHub action that uses the **[vcn](https://github.com/codenotary/vcn)** tool from CodeNotary.com to generate and notarize the bill of materials (BoM) for Python projects. It supports [Pipenv](https://pipenv.pypa.io), [Poetry](https://python-poetry.org) and [pip](https://pypi.org/project/pip/) projects: it accepts _**Pipfile.lock**_, _**poetry.lock**_ or _**requirements.txt**_ files (or directories containing such files) 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.