Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .e2eignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ CONTRIBUTING.md
LICENSE.md
README.md
.gitignore
release_versions
release_versions
.e2eignore
.snyk
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#SNYK - percona/percona-postgresql-operator

exclude:
global:
- e2e-tests/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also include the testing directory?

- testing/**

version: v1.25.0
ignore: {}
patch: {}
Loading