Skip to content

Commit

Permalink
Update target repositories in system_test_mapping and modify return s…
Browse files Browse the repository at this point in the history
…tatement in vuln_scan.py (#571)
  • Loading branch information
kooomix authored Jan 8, 2025
1 parent e42ee52 commit ed683ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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

0 comments on commit ed683ec

Please sign in to comment.