-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Snyk scanning pipeline fixes. #18499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
4d380ab
bab4ffa
370c419
5eccb7b
321f502
2ecc61c
4d92079
0dd70a6
c76d76c
6ae1ca9
bd227e7
968a3b6
0cc0346
6b55bcc
52cdfcc
4693fe8
d84da7c
f8da811
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,18 @@ | ||
| plugins: | ||
| - logstash-filter-date | ||
| - logstash-filter-dissect | ||
| - logstash-filter-geoip | ||
| - logstash-filter-jdbc_static | ||
| - logstash-filter-date: | ||
| logstash_branch: 'main' | ||
| - logstash-filter-dissect: | ||
| logstash_branch: 'main' | ||
| - logstash-filter-geoip: | ||
| logstash_branch: 'main' | ||
| - logstash-filter-useragent | ||
| - logstash-input-azure_event_hubs | ||
| - logstash-input-dead_letter_queue | ||
| - logstash-input-dead_letter_queue: | ||
| logstash_branch: 'main' | ||
| - logstash-input-file | ||
| - logstash-integration-jdbc | ||
| - logstash-integration-kafka | ||
| - logstash-integration-kafka: | ||
| branches: [main, 11.x] | ||
| - logstash-integration-snmp | ||
| - logstash-integration-aws | ||
| - logstash-input-http: | ||
|
|
@@ -19,4 +23,5 @@ plugins: | |
| branches: [main, 6.x] | ||
| - logstash-filter-elastic_integration: | ||
| branches: [main, 'use-release-branches'] | ||
| ignore_branches: [7.x] | ||
| ignore_branches: [7.x] | ||
| logstash_branch: 'match-with-plugin-branches' | ||
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this exit non zero?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, thanks for catching it. Removed
if ... thenifgit cloneworkflow also fails (tested in the past)