devsecopsmaturitymodel / metricAnalyzer

MIT License
5 stars 4 forks source link

Change the values to keys in the skeleton.yaml #21

Open sumsumcity opened 7 months ago

sumsumcity commented 6 months ago

@wurstbrot

Until now the skeleton looks like this:

logging capabilities:
    level: Level 1
    components:
      - string: confirmed by security team member
      - date: confirmed date
      - string: project id
      - string: logging url

thresholds for logging and monitoring:
  level: Level 2
  components:
    - string: confirmed by security team member
      date: confirmed date

Shouldn't it be like this:

logging capabilities:
    level: Level 1
    components:
      - string: confirmed by security team member
      - date: confirmed date
      - string: project id
      - string: logging url

thresholds for logging and monitoring:
  level: Level 2
  components:
    - string: confirmed by security team member
    - date: confirmed date

So I mean an array in components for each activity