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

📊 Jupyter Notebook for severities reporting 🤓 #10

Open
adriens opened this issue Jul 27, 2022 · 4 comments
Open

📊 Jupyter Notebook for severities reporting 🤓 #10

adriens opened this issue Jul 27, 2022 · 4 comments
Assignees
Labels
BUILD Toute activité liée à la création de nouvelles fonctionnalités datascience enhancement New feature or request

Comments

@adriens
Copy link
Member

adriens commented Jul 27, 2022

No description provided.

@adriens adriens added the BUILD Toute activité liée à la création de nouvelles fonctionnalités label Jul 27, 2022
@olivierruineau
Copy link

olivierruineau commented Aug 17, 2022

@adriens : possible to get a sample for the csv and json files?

@adriens adriens self-assigned this Aug 17, 2022
@adriens adriens added the enhancement New feature or request label Aug 17, 2022
@adriens
Copy link
Member Author

adriens commented Aug 17, 2022

For the (brut non-aggregated) csv :

grype nginx:latest  -o json | jq -r '.matches | .[] | .vulnerability | [.id, .severity, .namespace, .dataSource] | @csv' > grype-nginx-latest.csv

grype-nginx-latest.csv

@adriens
Copy link
Member Author

adriens commented Aug 17, 2022

For the json :

grype nginx:latest  -o json > grype-nginx-latest.json

grype-nginx-latest.json.zip

@adriens
Copy link
Member Author

adriens commented Aug 17, 2022

💡 nginx is a very widely used component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUILD Toute activité liée à la création de nouvelles fonctionnalités datascience enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants