forked from swc-project/swc-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APPSECTOOLS-18577 Sec Onboard: Repo Contact Info (#15)
Co-authored-by: Biraj Prajapati <[email protected]>
- Loading branch information
1 parent
628f78a
commit 2ef7a9f
Showing
1 changed file
with
3 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,45 +17,14 @@ owners: | |
# 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 | ||
- corp:martin.slota | ||
|
||
# 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: [email protected] | ||
notify: false | ||
|
||
# Which services does the code in this repo support? | ||
# Service names should match those in https://wolinks.com/servicenames. | ||
# This field also supports some special values for repos that do not | ||
# directly host code for production services, including: | ||
# - LIBRARY: For cases where the repo is a library imported by prod services | ||
# - BUILDTOOL: For cases where the repo is a tool that builds prod services | ||
# - LEGACY: For cases where the repo is no longer in use | ||
# - NONE: For cases where the repo does not support prod services or fall | ||
# into any of the other categories above. | ||
services: | ||
- CHANGEME | ||
|
||
# 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 | ||
- address: [email protected] | ||
notify: false |