ICFI / eagle

1 stars 4 forks source link

Publish Sonarqube Analysis Results #31

Closed jamiejackson closed 6 years ago

jamiejackson commented 6 years ago

@jwilcoxen45 , are the Sonarqube tests integrated? (I see some references in build.gradle, but not sure if it's hooked up yet.)

justin-wilcoxen-reisys commented 6 years ago

They are set to run locally. I plan to keep it that way too. Run the scan locally then commit the report within the repo when we are done with the challenge. I think it is not needed within the pipeline for the challenge.

justin-wilcoxen-reisys commented 6 years ago

Sonarqube requires its own instance with a db to publish within a pipeline.

jamiejackson commented 6 years ago

Gotcha. Sounds similar to Clair's requirements.

justin-wilcoxen-reisys commented 6 years ago

Yup, suggest just running locally, unless it is a small lift to put Clair in pipeline.