Skip to content

Commit

Permalink
fix(sources): add ignore_pattern for Mageia (#3100)
Browse files Browse the repository at this point in the history
The original commit lacked an `ignore_pattern`, this commit adds one for
consistency with other sources.
  • Loading branch information
andrewpollock authored Feb 3, 2025
1 parent 5a442d3 commit 6822678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@
versions_from_repo: False
rest_api_url: 'https://advisories.mageia.org/vulns.json'
type: 2
ignore_patterns: ['^(?!MGASA-).*$']
directory_path: .
detect_cherrypicks: False
extension: '.json'
Expand Down

0 comments on commit 6822678

Please sign in to comment.