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

Create Kodiak config.yaml #6

Merged
merged 5 commits into from
Apr 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .kodiak/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 1.0

#### If you have questions about this, please contact #kodiak-security on Slack. ####

# Every repository requires a unique Service Now ID number. You need to create a new service using
# the Service Registry Portal https://adobe.service-now.com/service_registry_portal.do#/search
# You should NOT leave this default!
snow:
- id: 544511 # Milo Graybox https://adobe.service-now.com/service_registry_portal.do#/service/544511

notifications:
jira:
default:
project: MWPW # Project queue in which the security ticket will be created. Can be any valid JIRA project.
filters:
include:
risk_rating: R5 # Please do not change this unless instructed to do so.
fields:
assignee:
name: sukamat
thedoc31 marked this conversation as resolved.
Show resolved Hide resolved
customfield_11800: MWPW-140779 # Jira epic security tickets will be assigned to.
watchers: # Everyone who is an admin on your repository should be a watcher.
- casalino
- jmichnow
- mauchley
thedoc31 marked this conversation as resolved.
Show resolved Hide resolved
labels: # You can add additional labels to your tickets here. Do not delete/change the first three.
- "OriginatingProcess=Kodiak"
- "security"
- "kodiak-ticket"
components:
- name: "DevOps Security" # Please do not change this.