Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/vcn-unsupport-bom-dotnet-github-action
GitHub action that uses the vcn tool from CodeNotary.com to unsupport the bill of materials (BoM) for .NET (C# and Visual Basic) projects.
https://github.com/codenotary/vcn-unsupport-bom-dotnet-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 .NET (C# and Visual Basic) projects.
- Host: GitHub
- URL: https://github.com/codenotary/vcn-unsupport-bom-dotnet-github-action
- Owner: codenotary
- License: apache-2.0
- Created: 2021-08-09T21:04:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T21:06:03.000Z (over 3 years ago)
- Last Synced: 2024-10-31T10:45:39.672Z (about 2 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vcn-unsupport-bom-dotNET-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 .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.