Skip to content

Health files for the @stgallerkb organization

Notifications You must be signed in to change notification settings

stgallerkb/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Templates

This repo contains a handful of starter workflows which should be used for new projects. They ensure that each project contains standardized CI, CD and security scanning processes.

To use our starter workflows, simply head over to the Actions tab and you'll see a section "By St.Galler Kantonalbank AG". If the project already has configured workflows, you can always use the New Workflow button to create new workflows based on the shared workflows.

CI

Java + React CI

A basic continuous integration worflow for Applications with a Java Backend and a React Frontend.

CD

Deployment

An automatic continuous deployment workflow to deploy applications to corresponding project environments via K8s.

Manual Deployment

A manual deployment workflow to deploy applications to a single project environments via K8s.

Security

CodeQL

An automatic continuous workflow to scan and analzye code on push, pull request and schedule triggers.