Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.26 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.26 KB

Pipeline Lab

Known Vulnerabilities Quality Gate Status

The master branch in pipeline labs is for active CICD development and overall stabalizing of standards and technologies.

The expectation is that there will be "feature*" branches tracking "released" increments of work.

  • feature_basic_java_pipeline contains a basic java project with build, unit test and dependency test configured
  • feature_code-compileandscan contains a basic java project with the same as feature_basic_java_pipeline and the addition of SonarCloud integration

The expectation is that there will be "topic*" branches tracking "development" increments that are unstable and under active work.

  • topic_docker (j-fontaine) -- Adding basic Sprint Boot application -- Adding docker file for Docker Image creation -- Adding image scanning via Snyk (Anchore to be tried)