Skip to content

edgarbellot/dryrun-findings-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DryRun Findings Analyzer

Analyzes DryRun security findings posted as comments on GitHub Pull Requests.

Installation

  1. Clone the repository
  2. Create a virtual environment:
   python -m venv venv
   source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
   pip install -r requirements.txt

Configuration

  1. Copy .env.example to .env
  2. Add your GitHub token to .env

Usage

python main.py

Output

The script generates dryrun_findings_analysis.xlsx with:

  • All PRs with DryRun findings
  • Summary statistics
  • Finding type breakdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages