Skip to content
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

Add Mageia to source_test.yaml (#2089) #2107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,19 @@
editable: False
repo_username: 'git'

- name: mageia
versions_from_repo: False
rest_api_url: 'https://advisories.mageia.org/vulns.json'
type: 2
directory_path: .
detect_cherrypicks: False
extension: .json
db_prefix: MGASA-
ignore_git: True
human_link: 'https://advisories.mageia.org/{{ BUG_ID }}.html'
link: https://advisories.mageia.org/
editable: False

- name: 'malicious-packages'
versions_from_repo: False
type: 0
Expand Down