Skip to content

Commit

Permalink
Merge pull request #55 from adobecom/stage
Browse files Browse the repository at this point in the history
[Release]Stage to Main Sync
  • Loading branch information
Ruchika4 authored Mar 6, 2025
2 parents 93589d0 + 1aa140d commit 3c128d2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
20 changes: 11 additions & 9 deletions .kodiak/config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
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: 547341 # Milo Newsroom
- id: 547341 # Milo Newsroom https://adobe.service-now.com/service_registry_portal.do#/service/547341

notifications:
jira:
default:
project: MWPW # Mandatory
project: MWPW # Project queue in which the security ticket will be created. Can be any valid JIRA project.
filters:
include:
risk_rating: R5
risk_rating: R3 # Please do not change this unless instructed to do so.
fields:
assignee:
name: tek10248
customfield_11800: DOTCOM-116368 #epic link
customfield_11800: DOTCOM-116368 # Jira epic security tickets will be assigned to.
customfield_12900:
value: Brahmos
watchers:
watchers: # Everyone who is an admin on your repository should be a watcher.
- casalino
- jmichnow
- mauchley
- tek10248
- dstrong
labels:
labels: # You can add additional labels to your tickets here. Do not delete/change the first three.
- "OriginatingProcess=Kodiak"
- "security"
- "kodiak-ticket"
components:
components: # Please do not change this.
- name: "DevOps Security"
16 changes: 9 additions & 7 deletions scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const CONFIG = {
// fallbackRouting: 'off',
decorateArea,
live: {
pdfViewerClientId: '7eccb9df7f684a54abc5b28e8b0044f3',
pdfViewerClientId: 'cbaeef5374204b1c9fce05067674351b',
edgeConfigId: '72b074a6-76d2-43de-a210-124acc734f1c',
},
stage: {
Expand All @@ -38,18 +38,20 @@ const CONFIG = {
pdfViewerClientId: '2247575709e1419c90edba7caeb215ad',
edgeConfigId: '913eac4d-900b-45e8-9ee7-306216765cd2',
},
page: { pdfViewerClientId: 'a047957d3f3d46c08affb18ac02a1bc9' },
hlxPage: { pdfViewerClientId: 'df45ae024b7a4a9fbeb7d306075c7749' },
hlxLive: { pdfViewerClientId: '3a0c922fabdf4178804a3dfa410a254f' },
locales: {
'': { ietf: 'en-US', tk: 'hah7vzn.css' },
en: { ietf: 'en-US', tk: 'hah7vzn.css' },
br: { ietf: 'pt-BR', tk: 'inq1xob.css' },
de: { ietf: 'de', tk: 'hah7vzn.css' },
ko: { ietf: 'ko', tk: 'zfo3ouc' },
en: { ietf: 'en-US', tk: 'hah7vzn.css' },
es: { ietf: 'es', tk: 'oln4yqj.css' },
fr: { ietf: 'fr', tk: 'vrk5vyv.css' },
it: { ietf: 'it', tk: 'bbf5pok.css' },
jp: { ietf: 'ja-JP', tk: 'dvg6awq' },
kr: { ietf: 'ko', tk: 'qjs5sfm' },
br: { ietf: 'pt-BR', tk: 'inq1xob.css' },
'en/uk': { ietf: 'en', tk: 'hah7vzn.css' },
ja: { ietf: 'ja-JP', tk: 'dvg6awq' },
ko: { ietf: 'ko', tk: 'qjs5sfm' },
'en/gb': { ietf: 'en', tk: 'hah7vzn.css' },
'en/apac': { ietf: 'en', tk: 'hah7vzn.css' },
},
};
Expand Down

0 comments on commit 3c128d2

Please sign in to comment.