Skip to content
Draft
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
14 changes: 14 additions & 0 deletions source_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,20 @@
editable: False
strict_validation: True

- name: 'drupal'
versions_from_repo: False
type: 0
ignore_patterns: ['^(?!DRUPAL-).*$']
directory_path: 'advisories'
repo_url: 'https://github.com/ackama/drupal-advisory-database.git'

Choose a reason for hiding this comment

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

Before this gets merged, it would be good to discuss the location of the repo_url, whether it should be on drupal.org or github, if on github where. Thanks!

I'll reach out to discuss.

detect_cherrypicks: False
extension: '.json'
db_prefix: ['DRUPAL-']
ignore_git: True
link: 'https://github.com/ackama/drupal-advisory-database/blob/main/'
editable: False
strict_validation: True

- name: 'ghsa'
versions_from_repo: False
type: 0
Expand Down
Loading