Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sumsumcity opened this issue Dec 8, 2023 · 1 comment
Open

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

sumsumcity opened this issue Dec 8, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sumsumcity
Copy link
Collaborator

No description provided.

@sumsumcity sumsumcity added the enhancement New feature or request label Dec 8, 2023
@sumsumcity sumsumcity self-assigned this Dec 11, 2023
@sumsumcity
Copy link
Collaborator Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant