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

https://github.com/enthus-appdev/oss-actions

Reusable GitHub Actions for open-source projects
https://github.com/enthus-appdev/oss-actions

cyclonedx github-actions golang license-compliance npm open-source sbom

Last synced: 6 days ago
JSON representation

Reusable GitHub Actions for open-source projects

Awesome Lists containing this project

README

          

# OSS Actions

Reusable GitHub Actions for open-source projects.

## Available Actions

| Action | Description | Documentation |
|--------|-------------|---------------|
| **[npm-license-validator](./npm-license-validator)** | Validate npm package licenses using CycloneDX SBOM | [README](./npm-license-validator/README.md) |
| **[go-license-validator](./go-license-validator)** | Validate Go module licenses using CycloneDX SBOM | [README](./go-license-validator/README.md) |

## Usage

```yaml
uses: enthus-appdev/oss-actions/@v1
```

## License

[Apache License 2.0](LICENSE)