Skip to content

GID477/security-audit-reporter

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Security Audit Reporter πŸ”’

GitHub release MIT License

Run security audits and post formatted reports

Quick Start

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 }}

Features

  • Automated GitHub Actions workflow
  • Easy to configure
  • Production-ready
  • MIT licensed

Inputs

Input Description Required
github_token GitHub token for API access βœ… Yes

License

MIT License

Support

⭐ Star this repo if you find it helpful!

For issues, open an issue.

πŸ’‘ πŸ”’ Catch vulnerabilities early

Make your workflow more efficient with automation!

🀝 Contributing

Contributions are welcome! Feel free to:

  • πŸ› Report bugs
  • πŸ’‘ Suggest features
  • πŸ”§ Submit pull requests

See CONTRIBUTING.md for guidelines.

About

GitHub Action: security-audit-reporter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors