Findings API reference #2284
-
|
Hello :) I would try /finding and /findings naming convention add also job name etc. Could anyone provide valid naming convention for get finding through API? I got scan details through get namespaces/securecodebox-system/scans/<scan_Id> - but there are many information about execution not pure finding. Thanks in advance for any help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @borovskimateusz You can find links to access the findings from the s3 bucket inside the status of the scan. |
Beta Was this translation helpful? Give feedback.
Hi @borovskimateusz
the findings are not stored as custom resources but in an .json file in the S3 bucket.
So you can't fetch them via the kubernetes api.
You can find links to access the findings from the s3 bucket inside the status of the scan.