jenkinsci / fortify-plugin

Fortify Jenkins plugin
https://plugins.jenkins.io/fortify
Other
23 stars 29 forks source link

after installed the latest plugin we observe that the plugin is sending connection to ssc even there is no scanning job #75

Open sze-hui opened 5 months ago

sze-hui commented 5 months ago

Jenkins and plugins versions report

Hi,

After installed the latest plugin we observe that the plugin is sending connection to ssc even there is no scanning job.

Is this a normal behaviour? Based on our observation the previous plugin v22 doesn't have this behaviour.

Thanks and regards, Janice

What Operating System are you using (both controller, and any agents involved in the problem)?

Jenkins Version 2.426.3 Fortify SSC v23.1 Jenkins Plugin version 23.1.40

Reproduction steps

Create a pipeline to upload scan result to ssc and observe the network connection.

Expected Results

The plugin should not establish any connection to SSC if there is no scan result to be uploaded.

Actual Results

The plugin is trying to establish connection when the pipeline is not trigger.

Anything else?

No response

Are you interested in contributing a fix?

No response

sze-hui commented 2 months ago

Hi,

Is there any update on this ?

We found that SSC database size is close to 500GB and partly are due to the logs where there has been frequent logins from jenkins. Any ways to optimize/stop the jenkins-ssc plugin to establish connection when the pipeline is not trigger?

Thanks