You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are trying to use this harbor adapter of sysdig in our stack. There are couple of questions when implementing this.
We are currently using inline scanning for scanning our images. We are planning to setup our harbor in such a way whenever a image gets pulled through the proxy cache, a scan needs to happened on the image. As a result of this at a certain time even 20-25 images can be pulled through the harbor proxy. This will create 25 jobs(25 pods) for inline scanning. Is it possible for us to increase the queue length and restrict the number of job scans that can happen at a time. Say like putting a hard restriction on the number of jobs it can spin up at one time(say like 10) and anything after that would be put in queue till the job which are being scanned gets completed.
Also would it be possible to introduce a third mode(offline-scan), where we would be able to do offline scan with db being updated something like once a day(or whatever the time period the user wants to update the DB of vulnerabilities)
The text was updated successfully, but these errors were encountered:
Hi sysdiglabs team,
Currently we are trying to use this harbor adapter of sysdig in our stack. There are couple of questions when implementing this.
The text was updated successfully, but these errors were encountered: