codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

[CI/CD] Docker image signing within build workflow #77

Open Fluctuationqt opened 2 years ago

Fluctuationqt commented 2 years ago

From xsk created by alexkuklin: SAP/xsk#1204

Any kind of automatic or semi-automatic deployment to production environment may pose security risks if there's no image verification implemented.

With k8s image verification can be implemented with OPA/Gatekeeper or Connaisseur tools.

We need image signing implemented in pipelines from github side to make it work.

Fluctuationqt commented 2 years ago

Related: #1052