Skip to content

Commit df8d977

Browse files
authored
PMM-7 ignore failing snyk actions (#2858)
* PMM-7 ignore failing snyk actions This will temporarily configure merge-gatekeeper to ignore failing snyk actions until we have a vendor fix. A relevant [ticket](https://percona.atlassian.net/servicedesk/customer/portal/2/HD-22815) has been raised with IT. * PMM-7 update snyk action names
1 parent bd23634 commit df8d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
token: ${{ secrets.GITHUB_TOKEN }}
134134
interval: 45
135135
timeout: 1200
136-
ignored: "WhiteSource License Check, WhiteSource Security Check"
136+
ignored: "license/snyk (Percona Github Org), security/snyk (Percona Github Org)"
137137
ref: ${{ github.event.pull_request.head.sha || github.sha }}
138138

139139
workflow_success:

0 commit comments

Comments
 (0)