Skip to content

Commit 6822678

Browse files
fix(sources): add ignore_pattern for Mageia (#3100)
The original commit lacked an `ignore_pattern`, this commit adds one for consistency with other sources.
1 parent 5a442d3 commit 6822678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
versions_from_repo: False
211211
rest_api_url: 'https://advisories.mageia.org/vulns.json'
212212
type: 2
213+
ignore_patterns: ['^(?!MGASA-).*$']
213214
directory_path: .
214215
detect_cherrypicks: False
215216
extension: '.json'

0 commit comments

Comments
 (0)