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
fix(fossid): Ignore SocketTimeoutException on deletion of archive
If configured, the FossID plugin will delete uploaded content
after scan completion. Under some circumstances, this might take
longer than one minute, and there actually is no need to wait
until the deletion is finished. If the deletion takes more
than one minute, then just ignore the SocketTimeoutException
and continue the execution of the plugin.
Signed-off-by: klw1imb <[email protected]>
0 commit comments