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

Implement CVE Changelog generator #529

Open
tomuben opened this issue Mar 16, 2022 · 0 comments
Open

Implement CVE Changelog generator #529

tomuben opened this issue Mar 16, 2022 · 0 comments
Labels
blocked:yes Currently blocked by another ticket feature Product feature

Comments

@tomuben
Copy link
Collaborator

tomuben commented Mar 16, 2022

Backlog

Product management asked us to provide a list of fixed CVE's for a new DB release with an updated builtin Script-Language-Container. It would be good to create this automatically when publishing a new release on GH.

Implementation

In order to achieve this we need to implement a script which basically runs the following steps:

  • Run security check on current commit and flavor
  • Get the previous release
  • Checkout previous release in worktree
  • Get image info for flavor for previous release with exaslct
  • contains the image names (hash)
  • Pull docker image from docker hub
  • Run trivy, royster on docker image (there should be an option to print CVE's in csv format)
  • Compare both cve lists

Depends on

@tomuben tomuben added feature Product feature blocked:yes Currently blocked by another ticket labels Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked:yes Currently blocked by another ticket feature Product feature
Projects
None yet
Development

No branches or pull requests

1 participant