Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/vcn-untrust-bom-dotnet-github-action
GitHub action that uses the vcn tool from CodeNotary.com to untrust the bill of materials (BoM) for .NET (C# and Visual Basic) projects.
https://github.com/codenotary/vcn-untrust-bom-dotnet-github-action
Last synced: about 2 months ago
JSON representation
GitHub action that uses the vcn tool from CodeNotary.com to untrust the bill of materials (BoM) for .NET (C# and Visual Basic) projects.
- Host: GitHub
- URL: https://github.com/codenotary/vcn-untrust-bom-dotnet-github-action
- Owner: codenotary
- License: apache-2.0
- Created: 2021-08-09T20:57:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T21:01:59.000Z (over 3 years ago)
- Last Synced: 2024-10-31T10:49:09.965Z (about 2 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 1
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcn-untrust-bom-dotNET-github-action
GitHub action that uses the **[vcn](https://github.com/codenotary/vcn)** tool from CodeNotary.com to untrust the bill of materials (BoM) for .NET (C# and Visual Basic) projects. It accepts *.sln, *.csproj or *.vbproj 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.