Skip to content

Commit ae464ec

Browse files
Update default issue labels in snyk-template.yml
When creating an issue in GH, the labels available are O&M,Security - compliance. Snyk scan is failing because it is trying to find o&m and compliance respectively.
1 parent fca3877 commit ae464ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snyk-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on: # yamllint disable-line rule:truthy
3838
description: Comma-separated labels for scan failure issues
3939
required: false
4040
type: string
41-
default: "bug,o&m,compliance"
41+
default: "bug,O&M,Security - compliance"
4242
secrets:
4343
SNYK_TOKEN:
4444
required: true

0 commit comments

Comments
 (0)