Skip to content

Commit 4136c30

Browse files
committed
Merge branch 'main' into gwh-APIDOCS-3032-uid2-timestamp-life-info
2 parents 89db9fa + 1431099 commit 4136c30

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Vulnerability Scan Failure Slack Notify
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
vulnerability_severity:
6+
description: The severity to fail the workflow if such vulnerability is detected. DO NOT override it unless a Jira ticket is raised. DO NOT use 'CRITICAL' unless a Jira ticket is raised.
7+
type: choice
8+
options:
9+
- CRITICAL,HIGH
10+
- CRITICAL,HIGH,MEDIUM
11+
- CRITICAL
12+
default: 'CRITICAL,HIGH'
13+
schedule:
14+
- cron: '0 16 * * *' # 9:00 AM GMT -7
15+
- cron: '0 0 * * *' # 5:00 PM GMT -7
16+
17+
jobs:
18+
vulnerability-scan-failure-notify:
19+
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-vulnerability-scan-failure-notify.yaml@v3
20+
secrets:
21+
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
22+
with:
23+
scan_type: fs
24+

src/data/partners.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,11 @@ export const partnersData: PartnersDataType = [
681681
logo: "PartnerLogo_Penske-Media-Corp-PMC_256x256.png",
682682
type: ["Publishers"],
683683
},
684+
{
685+
name: "Perion",
686+
logo: "perion-lockup-black-rgb.png",
687+
type: ["DSP"],
688+
},
684689
{
685690
name: "Philo",
686691
logo: "Philo_logo.png",
16.9 KB
Loading

0 commit comments

Comments
 (0)