File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<p align =" center " >
2- <a href =" https://pypi.org/project/vulnhawk/ " ><img src =" https://img.shields.io/pypi/v/vulnhawk?color=blue&label=PyPI " alt =" PyPI " ></a >
3- <a href =" https://pypi.org/project/vulnhawk/ " ><img src =" https://img.shields.io/pypi/pyversions/vulnhawk " alt =" Python " ></a >
4- <a href =" https://github.com/momenbasel/vulnhawk/blob/main/LICENSE " ><img src =" https://img.shields.io/github/license/momenbasel/vulnhawk " alt =" License " ></a >
5- <a href =" https://github.com/momenbasel/vulnhawk/stargazers " ><img src =" https://img.shields.io/github/stars/momenbasel/vulnhawk?style=social " alt =" Stars " ></a >
6- <a href =" https://pypi.org/project/vulnhawk/ " ><img src =" https://img.shields.io/pypi/dm/vulnhawk?label=downloads " alt =" Downloads " ></a >
2+ <a href =" https://pypi.org/project/vulnhawk/ " ><img alt =" PyPI " src =" https://img.shields.io/pypi/v/vulnhawk.svg?style=flat&label=PyPI&color=blue " ></a >
3+ <a href =" https://pypi.org/project/vulnhawk/ " ><img alt =" Python " src =" https://img.shields.io/pypi/pyversions/vulnhawk.svg?style=flat " ></a >
4+ <a href =" https://github.com/marketplace/actions/vulnhawk-security-scan " ><img alt =" GitHub Marketplace " src =" https://img.shields.io/badge/Marketplace-VulnHawk-2088FF?style=flat&logo=github-actions&logoColor=white " ></a >
5+ <a href =" https://github.com/momenbasel/vulnhawk/blob/main/LICENSE " ><img alt =" License " src =" https://img.shields.io/github/license/momenbasel/vulnhawk.svg?style=flat " ></a >
6+ <a href =" https://github.com/momenbasel/vulnhawk/stargazers " ><img alt =" Stars " src =" https://img.shields.io/github/stars/momenbasel/vulnhawk.svg?style=social " ></a >
7+ <a href =" https://pypi.org/project/vulnhawk/ " ><img alt =" Downloads " src =" https://img.shields.io/pypi/dm/vulnhawk.svg?style=flat&label=downloads " ></a >
78</p >
89
910<h1 align =" center " >VulnHawk</h1 >
1920
2021---
2122
23+ ## Installation
24+
25+ ** CLI via PyPI:**
26+ ``` bash
27+ pip install vulnhawk
28+ ```
29+
30+ ** GitHub Action via Marketplace:**
31+ ``` yaml
32+ - uses : momenbasel/vulnhawk@v0.1.0
33+ with :
34+ target : ' .'
35+ api-key : ${{ secrets.ANTHROPIC_API_KEY }}
36+ ` ` `
37+
38+ ---
39+
2240<p align="center">
2341 <img src="docs/demo.svg" alt="VulnHawk Demo" width="800">
2442</p>
You can’t perform that action at this time.
0 commit comments