Closed pombredanne closed 1 month ago
The simple way to test this is to follow the steps below after installing VulnerableCode (https://vulnerablecode.readthedocs.io/en/latest/installation.html):
.env
file: VULNERABLECODE_EXPORT_REPO_URL
, VULNERABLECODE_GITHUB_SERVICE_TOKEN
, VULNERABLECODE_GITHUB_SERVICE_NAME
, VULNERABLECODE_GITHUB_SERVICE_EMAIL
.python3 manage.py export ../vcio-export
python3 manage.py commit_export ../vcio-export
We want to commit the VCIO data export to the Git repository. For now we can use PR on GitHub. This can be relaxed later with direct commits.