remove argo

This commit is contained in:
Morten Olsen
2025-09-05 13:51:33 +02:00
parent ff06613e99
commit 42cc50948d
13 changed files with 645 additions and 38 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "trivy-report"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jinja2>=3.1.6",
"weasyprint>=66.0",
]