Setting up job to run on cluster for cveinfo #5723
Open
+119
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change description
Off the back of the vulnerability calls, the idea of this repo is to run a cron job that will pull in cveinfo from the cveproject repository, summarised and store in the cosmosdb for reports.
This can them be used in many ways to enhance reports or easy access to current cves. Ideas around enhancing the vulnerably reports and using the info to facilitate conversation are hoped to be end results of how the data is consumed.
The data is free for public use, no licence required.
The job will run every 4 hours in the weekday to keep data up-to-date. image build in the version reporter service repo
🤖AEP PR SUMMARY🤖
apps/monitoring/automation/kustomization.yaml
, a new resource./cveinfo/image-policy.yaml
was added.apps/monitoring/cveinfo/cveinfo.yaml
is a HelmRelease resource defining configuration for thecveinfo
application.apps/monitoring/cveinfo/image-policy.yaml
is a new file that defines an ImagePolicy for thecveinfo
application.apps/monitoring/cveinfo/image-repo.yaml
was added, which specifies the ImageRepository forcveinfo
.apps/monitoring/cveinfo/kustomization.yaml
, containing resourcescveinfo.yaml
andrbac.yaml
for thecveinfo
application.apps/monitoring/cveinfo/rbac.yaml
and it includes ClusterRoleBinding, ClusterRole, and ServiceAccount for thecveinfo
application.apps/monitoring/ptl/base/kustomization.yaml
, a new resource././cveinfo
and a patch for././version-reporter/ptl/ptl.yaml
were added.