Skip to content

Commit db6d25a

Browse files
committed
chore: add low severity config to notifications
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
1 parent 7a6ac0d commit db6d25a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

socket_basics/notifications.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ notifiers:
144144
type: str
145145
default: "security: medium"
146146
description: "Label name for medium severity findings"
147+
- name: pr_label_low
148+
option: --pr-label-low
149+
env_variable: INPUT_PR_LABEL_LOW
150+
type: str
151+
default: "security: low"
152+
description: "Label name for low severity findings"
147153

148154
msteams:
149155
module_path: "socket_basics.core.notification.ms_teams_notifier"

0 commit comments

Comments
 (0)