-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixvuln_v2_views test #277
Conversation
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
PR Description updated to latest commit (25c7672) |
PR Review(Review updated until commit 25c7672)
Code feedback:
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Description updated to latest commit (25c7672) |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Persistent review updated to latest commit 25c7672 |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
Signed-off-by: Avraham Shalev <[email protected]>
User description
fix some bugs
Type
enhancement, tests
Description
httpd-proxy
andmariadb
, and removed outdated configurations fornginx-ingress
,wikijs
, and related services.Changes walkthrough
2 files
vuln_scan_tests.py
Update Test Configurations for Vulnerability Scan Tests
configurations/system/tests_cases/vuln_scan_tests.py
vuln_v2_views
andvuln_v2_views_kev
tests.
services
anddeployments
paths for both tests.proxy_config
,config_maps
, and adjustedsecret
handling invuln_v2_views_kev
.vuln_scan.py
Enhance Vulnerability Scan Test Script with Expected Results Update
Mechanism
tests_scripts/helm/vuln_scan.py
updateExpected
to control expected results update.validation logic.
updateExpected
is True.
4 files
cve_details.json
Update Expected CVE Details in Vulnerability Scan Test
configurations/expected-result/V2_VIEWS/cve_details.json
image_details.json
Update Expected Image Details in Vulnerability Scan Test
configurations/expected-result/V2_VIEWS/image_details.json
digest
,registry
, andlastScanTime
inthe expected results.
wl_details.json
Update Expected Workload Details in Vulnerability Scan Test
configurations/expected-result/V2_VIEWS/wl_details.json
namespace
,cluster
, andlastScanTime
in the expected results.wl_filtered.json
Update Expected Filtered Workload Details in Vulnerability Scan Test
configurations/expected-result/V2_VIEWS/wl_filtered.json
namespace
,cluster
, andriskFactors
in the expected results.9 files
wikijs-ingress.yaml
Remove wikijs-ingress ConfigMap
configurations/k8s_workloads/config-map/viewsv2/wikijs-ingress.yaml
wikijs-ingress
ConfigMap.httpdproxy.yaml
Add Deployment Configuration for httpd-proxy
configurations/k8s_workloads/deployments/viewsv2/httpdproxy.yaml
httpd-proxy
.nginx-ingress-deployment.yaml
Remove nginx-ingress Deployment Configuration
configurations/k8s_workloads/deployments/viewsv2/nginx-ingress-deployment.yaml
nginx-ingress
deployment configuration.wikijs.yaml
Remove wikijs Deployment Configuration
configurations/k8s_workloads/deployments/viewsv2/wikijs.yaml
wikijs
deployment configuration.mariadb.yaml
Add Deployment Configuration for mariadb
configurations/k8s_workloads/deployments/viewsv2kev/mariadb.yaml
mariadb
.httpd.yaml
Update Service Configuration for httpd-proxy-service
configurations/k8s_workloads/services/viewsv2/httpd.yaml
httpd-proxy-service
.wikijs.yaml
Remove wikijs Service Configuration
configurations/k8s_workloads/services/viewsv2/wikijs.yaml
wikijs
service configuration.mariadb.yaml
Add Service Configuration for mariadb
configurations/k8s_workloads/services/viewsv2kev/mariadb.yaml
mariadb
.system_test_mapping.json
Update Test Mapping Target Repositories
system_test_mapping.json
target_repositories
value for a test mapping entry.