Skip to content

Commit

Permalink
PMM-7 ignore failing snyk actions (#2858)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ademidoff authored Mar 4, 2024
1 parent bd23634 commit df8d977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
interval: 45
timeout: 1200
ignored: "WhiteSource License Check, WhiteSource Security Check"
ignored: "license/snyk (Percona Github Org), security/snyk (Percona Github Org)"
ref: ${{ github.event.pull_request.head.sha || github.sha }}

workflow_success:
Expand Down

0 comments on commit df8d977

Please sign in to comment.