Skip to content

gndhmwn/PHP-SAST-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration

$ python3 -m venv venv

$ . venv/bin/activate

$ pip3 install -r requirements.txt

Usage Examples

  • Public repository: $ python3 main.py --url https://github.com/example/public-php-project.git --public --output example.json

  • Private repository: $ python3 main.py --url https://github.com/example/private-php-project.git --username your_username --token your_token --output example.json

  • SSH private repository: $ python3 main.py --url git@github.com:example/private-php-project.git --username your_username --token your_token --output example.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages