devsecopsmaturitymodel / DevSecOps-MaturityModel

GNU General Public License v3.0
484 stars 279 forks source link

Add teams to _teamsImplemented_ with yaml-generation #249

Closed wurstbrot closed 7 months ago

wurstbrot commented 1 year ago

The new teams assessment feature allows to use multiple teams.

We have implemented it in angular. Angular requires the following in the generated.yaml:

      teamsImplemented:
        A: false
        B: false

In case teamsImplemented is not present it has to be added. In case teams in the meta.yaml is not in the activitiy->teamsImplemented, then it needs to be added/merge.

Removal of evidence and isImplemented.