Skip to content

Commit

Permalink
PyPi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xaitax committed May 24, 2024
1 parent 548c14b commit 3efb481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ SploitScan is a powerful and user-friendly tool designed to streamline the proce
- **[Nexpose](https://www.rapid7.com/products/nexpose/) (.xml)**
- **[OpenVAS](https://www.openvas.org/) (.xml)**
- **[Docker](https://docs.docker.com/scout/) (.json)**:
- ```$ docker scout cves <image> --format sarif --output image_scan.json```

## 🚀 Usage

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ documentation = "https://github.com/xaitax/SploitScan#readme"
changelog = "https://github.com/xaitax/SploitScan"

[tool.setuptools]
dynamic.readme = { file = [ "README.md" ] }
dynamic.readme = { file = [ "README.md" ], content-type = "text/markdown" }
package-data.sploitscan = [ "templates/*.html", "config.json" ]

0 comments on commit 3efb481

Please sign in to comment.