Robert Blackman
Robert Blackman
@spinnakerbot remove-label to-be-closed
@spinnakerbot remove-label to-be-closed
@spinnakerbot remove-label to-be-closed
Just going to post some findings here: Previously there was a type assertion `*[]string` on the optional value containing the scopes. https://github.com/spinnaker/spin/blob/master/gateapi/api_v2_pipeline_templates_controller.go#L458 Which is generated by: https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/main/resources/go/api.mustache#L111 Meaning [this type...
@spinnakerbot remove-label to-be-closed
@spinnakerbot remove-label stale
Good point @nscuro! Maybe a better approach (perhaps a naive one 😂) would be to initialise a new executor with each `TrivyAnalysisTask`, terminating it after each analysis? This simple approach...
Thanks for the feedback @nscuro 🙂 My original approach really revolved around making the smallest change possible in order to meet the release window, but it did seem that the...
@friendly-pineapple Hey, I came across a similar issue. I haven't been able to reproduce it, however following [this runbook](https://spinnaker.io/guides/runbooks/orca-zombie-executions/) I was able to at least cancel the execution.