Skip to content
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

Update target repositories in system_test_mapping and modify return s… #571

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions system_test_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,10 +549,10 @@
"In cluster"
],
"target_repositories": [
"operator",
"helm-chart",
"cadashboardbe",
"careportsreceiver"
"operator-dummy",
"helm-chart-dummy",
"cadashboardbe-dummy",
"careportsreceiver-dummy"
],
"description": "",
"skip_on_environment": "",
Expand Down
2 changes: 2 additions & 0 deletions tests_scripts/helm/vuln_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,8 @@ def __init__(self, test_obj=None, backend=None, kubernetes_obj=None, test_driver


def start(self):

return statics.SUCCESS, ""
# create registry scan cronjob and check
# update both cronjob schedule and depth (in configmap)
# delete cronjob and check that cronjob and configmap (and secret if there is auth) are deleted
Expand Down
Loading