cloud-native-security-inspector icon indicating copy to clipboard operation
cloud-native-security-inspector copied to clipboard

Task: Migrate image scanner cronjob to resource collector

Open JingChen23 opened this issue 2 years ago • 0 comments

Before resource collecter is implemented, we still need to keep the current cronjob way for image scanner.

After the resource collector is implemented, we can let it to:

  1. Read the Policy/Setting to get several key configuration.
  2. From the configuration, read the periodic information.
  3. With repected to the periodic information, the resource collector will call the Harbor API to fetch the information, then send to OpenSearch.

In future, the data will go through resource collector, database, Analyst and data exporter, then go to openseach.

JingChen23 avatar Feb 09 '23 06:02 JingChen23