David Caravello
David Caravello
Backports https://github.com/stackrox/stackrox/pull/12188 to `release-4.4`
Backports https://github.com/stackrox/stackrox/pull/12188 to `release-4.5`
### Description Adds additional details to logs to help troubleshoot image scan caching issues. The workflows that were updated include: - Sensor requesting Central Scans (`ImageService.ScanImageInternal`) - Sensor requesting Central...
### Description change me! ### User-facing documentation - [ ] CHANGELOG is updated **OR** update is not needed - [ ] [documentation PR](https://spaces.redhat.com/display/StackRox/Submitting+a+User+Documentation+Pull+Request) is created and is linked above **OR**...
### Description Addresses an edge case when a podspec's image is referenced by tag, and the registry contents for that tag change after the image has been deployed. To ensure...
### Description Changes how pull secrets are stored in Sensor used for delegated / local scanning. Prior to this change pull secrets were stored by namespace + registry host, if...
### Description This PR adds metrics for various aspects of Sensors registry store to assist troubleshooting and provide insight into the current state of the store. PR stacked on top...
### Description Adds single cluster e2e tests for Delegated Scanning, to do so also enables 'local scanning' for the `nongroovy` OCP and GKE test suites: - gke-nongroovy-e2e-tests - ocp-4-12-nongroovy-e2e-tests -...
### Description Before this change when Scanner V4 was viewed in the UI it would show blank indexer/matcher endpoints (which caused some confusion) - this was because the endpoints were...
## Description Adds admin error events (and logs as a byproduct) for each ad hoc API endpoint that may trigger a scan. With this change users can query admin events...