Run security audits and post formatted reports
name: Security Audit Reporter
on:
pull_request:
types: [opened, synchronize]
jobs:
run:
runs-on: ubuntu-latest
permissions:
pull-requests: write
issues: write
steps:
- uses: rkneela0912/security-audit-reporter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}- Automated GitHub Actions workflow
- Easy to configure
- Production-ready
- MIT licensed
| Input | Description | Required |
|---|---|---|
github_token |
GitHub token for API access | β Yes |
β Star this repo if you find it helpful!
For issues, open an issue.
Make your workflow more efficient with automation!
Contributions are welcome! Feel free to:
- π Report bugs
- π‘ Suggest features
- π§ Submit pull requests
See CONTRIBUTING.md for guidelines.