Maik
Maik
@avdhoot, @maati55, @mathieudebrito, @ryanbrainard, you may have a look at the PR I created: https://github.com/aquasecurity/starboard/pull/1103
@pschulten, great catch. If have removed the 2 Redundant parentheses as they are not needed. And for the brackets, I fixed that in `getPodSpecForClientServerMode`. I simply forgot that somehow in...
Hi @josedonizetti, we need to adjust this issue in his descriptions a bit so that it explains not the complete skip Cronjobs, etc. but furthermore, it should be detected that...
@josedonizetti > if someone is only updating a deployment configuration, without changing an image, we would not rescan it, given image/tag haven't changed. Correct? Yes, that is correct. But I...
@josedonizetti Do you have any news on this one?
@erikgb, we need to be careful, because it will also lead to resource consumption, as the `completed` ones will still occupy vCPU and MEM at that time. Therefore, we need...
Yes, you are right, corrected my statement already. Thanks for that.
Something like `activeDeadlineSeconds` would make sense to remove jobs/pods after some time and give space again for new scans to be initiated. This is just to prevent the stoppage. We...
@erikgb The default 5 minutes seems also not to help in this case as jobs where sittings there for hours/days. So even lower that value to 1 minutes or similar...
> > @erikgb The default 5 minutes seems also not to help in this case as jobs where sittings there for hours/days. So even lower that value to 1 minutes...