cloudoperators / heureka

Security and compliance management
Apache License 2.0
3 stars 1 forks source link

chore(codeGenerate): Remove Generated Code and Replace with "Generation through Makefile" #190

Closed lolaapenna closed 6 days ago

lolaapenna commented 2 months ago

Task Description

We use a lot of generated code across the project. As the generation is entirely reproducible we should avoid checking in the generated code and rather generate the code on demand. This includes the need to generate the code in container builds and deployments.

Acceptance Criteria:

Expected Test:

lolaapenna commented 1 week ago

We may not remove generated code because it includes implementation.