Conversation
Scanning the following files:
Scan: '.github/workflows/ci-python.yml'Nothing detected in .github/workflows/ci-python.yml Scan: 'greenbone/scap_sync/cpe/init.py'Nothing detected in greenbone/scap_sync/cpe/init.py Scan: 'greenbone/scap_sync/cpe/sync.py'Nothing detected in greenbone/scap_sync/cpe/sync.py Scan: 'greenbone/scap_sync/cpe/upsert.py'Nothing detected in greenbone/scap_sync/cpe/upsert.py Scan: 'greenbone/scap_sync/cve/init.py'Nothing detected in greenbone/scap_sync/cve/init.py Scan: 'greenbone/scap_sync/cve/sync.py'Nothing detected in greenbone/scap_sync/cve/sync.py Scan: 'greenbone/scap_sync/cve/upsert.py'Nothing detected in greenbone/scap_sync/cve/upsert.py Scan: 'greenbone/scap_sync/main.py'Nothing detected in greenbone/scap_sync/main.py Scan: 'greenbone/scap_sync/utils/db.py'Nothing detected in greenbone/scap_sync/utils/db.py Scan: 'greenbone/scap_sync/utils/env.py'Nothing detected in greenbone/scap_sync/utils/env.py Scan: 'greenbone/scap_sync/utils/time.py'Nothing detected in greenbone/scap_sync/utils/time.py Scan: 'poetry.lock'Nothing detected in poetry.lock Scan: 'pyproject.toml'Nothing detected in pyproject.toml Scan: 'tests/cpe/cli/test_download.py'Nothing detected in tests/cpe/cli/test_download.py Scan: 'tests/cpe/cli/test_find.py'Nothing detected in tests/cpe/cli/test_find.py Scan: 'tests/cpe_match/cli/test_json_download.py'Nothing detected in tests/cpe_match/cli/test_json_download.py Scan: 'tests/cpe_match/producer/test_db.py'Nothing detected in tests/cpe_match/producer/test_db.py Scan: 'tests/cpe_match/producer/test_nvd_api.py'Nothing detected in tests/cpe_match/producer/test_nvd_api.py Scan: 'tests/cpe_match/worker/test_db.py'Nothing detected in tests/cpe_match/worker/test_db.py Scan: 'tests/cpe_match/worker/test_json.py'Nothing detected in tests/cpe_match/worker/test_json.py Scan: 'tests/cve/cli/test_download.py'Nothing detected in tests/cve/cli/test_download.py Scan: 'tests/scap_sync/init.py'Nothing detected in tests/scap_sync/init.py Scan: 'tests/scap_sync/test_main.py'Nothing detected in tests/scap_sync/test_main.py Scan: 'tests/tags.py'Nothing detected in tests/tags.py Scan: 'tests/test_timer.py'Nothing detected in tests/test_timer.py Scan: 'tests/test_version.py'Nothing detected in tests/test_version.py |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #135 +/- ##
==========================================
+ Coverage 60.53% 62.89% +2.36%
==========================================
Files 31 39 +8
Lines 2002 2283 +281
Branches 208 244 +36
==========================================
+ Hits 1212 1436 +224
- Misses 762 798 +36
- Partials 28 49 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0934a72 to
ba5a0b2
Compare
efdf6e3 to
2518a1b
Compare
053251d to
d8b5c67
Compare
d8b5c67 to
1dc985b
Compare
What
small programm to handle incremental syncs (max 1day) of scap-data to an already setup postgres instance.
Why
For incremental refactor / rebuild of the scap-data flows the current code need's to stay the same.
And the CLI approach is to complex for what is need in this case.
References
DEVOPS-1930
Checklist