Hey all,
I have been using this particular action for awhile now for scanning applications across my stack. One thing that I would like to see is the ability to generate more granular results as to what the vulnerabilities entail. Right now, this is the only data that is returned when running my scans:
{
"vulnerabilities": {
"HIGH": 6,
"MEDIUM": 163,
"LOW": 205,
"INFORMATIONAL": 1
}
}
Ideally, I would also like to see the detail of each of those vulnerabilities... in which I can pull down into my BI solutions.
Hey all,
I have been using this particular action for awhile now for scanning applications across my stack. One thing that I would like to see is the ability to generate more granular results as to what the vulnerabilities entail. Right now, this is the only data that is returned when running my scans:
{ "vulnerabilities": { "HIGH": 6, "MEDIUM": 163, "LOW": 205, "INFORMATIONAL": 1 } }Ideally, I would also like to see the detail of each of those vulnerabilities... in which I can pull down into my BI solutions.