Skip to content

Commit 791dd16

Browse files
committed
Add Marketplace badge, installation section, bust badge cache
- Added GitHub Marketplace badge linking to action listing - Added prominent Installation section with both pip and Action methods - Changed badge URLs to .svg format to force GitHub camo proxy cache invalidation
1 parent dcb83b9 commit 791dd16

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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>
@@ -19,6 +20,23 @@
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>

0 commit comments

Comments
 (0)