Skip to content

Commit

Permalink
Update security_contact.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Birajpjpt authored Sep 11, 2024
1 parent b44e8a1 commit 7b8b3b7
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions .security_config/security_contact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,26 @@
# You may use the Red Hat YAML extension in VS Code to validate this file.
# yaml-language-server: $schema=https://security-api.appsec.inday.io/schemas/security_contact.json

version: "1.0"
version: '1.0'

# Owners identify the individuals/groups who maintain this repo.
owners:
# Users are Corp AD/LDAP usernames (CNs), prefixed with 'corp:'.
# We require at least one user to be specified to allow us to
# map users into WoW. This might be the manager or tech lead
# for this repo.
users:
- corp:CHANGEME
# Groups are optional, but allow you to point to existing AD/LDAP
# user groups (CNs), prefixed with 'corp:'. This might be your
# team's existing DL group or similar. You may remove 'groups' or
# keep it empty if you are not using any groups.
groups:
- corp:CHANGEME
# Users are Corp AD/LDAP usernames (CNs), prefixed with 'corp:'.
# We require at least one user to be specified to allow us to
# map users into WoW. This might be the manager or tech lead
# for this repo.
users:
- corp:jacob.nittegaard

# Specify how you would like to be contacted if security finds an issue
# in your code. You must provide at least one contact method. You may
# remove any contact methods you are not using. You may set 'notify' to
# 'false' for cases where you'd like to list a contact method for
# completeness, but don't actually want us to send automated alerts to it.
contact:
jira:
- project: CHANGEME
component: CHANGEME_OPTIONAL
notify: true
slack:
- channel: CHANGEME
notify: true
email:
- address: CHANGEME@workday.com
notify: false
slack:
- channel: peakon-engineering
notify: true

# Which services does the code in this repo support?
# Service names should match those in https://wolinks.com/servicenames.
Expand All @@ -52,10 +39,10 @@ contact:
# - NONE: For cases where the repo does not support prod services or fall
# into any of the other categories above.
services:
- CHANGEME
- peakon

# Which service account(s) does your team use with artifactory? You may
# this or leave a blank list if this repo does not store build artifacts
# in artifactory.
service_accounts:
- CHANGEME
- peakon-buildadm

0 comments on commit 7b8b3b7

Please sign in to comment.