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
- Host: GitHub
- URL: https://github.com/enthus-appdev/oss-actions
- Owner: enthus-appdev
- License: apache-2.0
- Created: 2026-03-04T12:53:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-11T19:54:01.000Z (about 1 month ago)
- Last Synced: 2026-04-11T20:12:48.107Z (about 1 month ago)
- Topics: cyclonedx, github-actions, golang, license-compliance, npm, open-source, sbom
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)