diff --git a/.kodiak/config.yaml b/.kodiak/config.yaml index 4fa6a5d..51ad376 100644 --- a/.kodiak/config.yaml +++ b/.kodiak/config.yaml @@ -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" diff --git a/scripts/scripts.js b/scripts/scripts.js index 4b5e3db..2b0f9b4 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -27,7 +27,7 @@ const CONFIG = { // fallbackRouting: 'off', decorateArea, live: { - pdfViewerClientId: '7eccb9df7f684a54abc5b28e8b0044f3', + pdfViewerClientId: 'cbaeef5374204b1c9fce05067674351b', edgeConfigId: '72b074a6-76d2-43de-a210-124acc734f1c', }, stage: { @@ -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' }, }, };