perf: 设置依赖检测结果输出路径

This commit is contained in:
dqy 2024-04-22 17:07:03 +08:00
parent 2c844c8ed1
commit 278e9ee42e
3 changed files with 22 additions and 0 deletions

@ -0,0 +1,9 @@
<html><head><title>Vulnerability Report</title></head><body>
<h1>Vulnerability Report</h1>
<p>OK: apache-airflow==2.8.0 is not affected.</p>
<p>WARNING: mlflow==2.5.1 is vulnerable!</p>
<p>OK: torch==2.0.0 is not affected.</p>
<p>WARNING: aiohttp==3.6.2 is vulnerable!</p>
<p>OK: flask not found in the vulnerability database.</p>
<p>OK: numpy not found in the vulnerability database.</p>
</body></html>

@ -0,0 +1,7 @@
# Vulnerability Report
* OK: apache-airflow==2.8.0 is not affected.
* WARNING: mlflow==2.5.1 is vulnerable!
* OK: torch==2.0.0 is not affected.
* WARNING: aiohttp==3.6.2 is vulnerable!
* OK: flask not found in the vulnerability database.
* OK: numpy not found in the vulnerability database.

@ -0,0 +1,6 @@
OK: apache-airflow==2.8.0 is not affected.
WARNING: mlflow==2.5.1 is vulnerable!
OK: torch==2.0.0 is not affected.
WARNING: aiohttp==3.6.2 is vulnerable!
OK: flask not found in the vulnerability database.
OK: numpy not found in the vulnerability database.