We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6ac0d commit db6d25aCopy full SHA for db6d25a
1 file changed
socket_basics/notifications.yaml
@@ -144,6 +144,12 @@ notifiers:
144
type: str
145
default: "security: medium"
146
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"
153
154
msteams:
155
module_path: "socket_basics.core.notification.ms_teams_notifier"
0 commit comments