Commit 2a0a0922 authored by Robert Speicher's avatar Robert Speicher

Merge branch...

Merge branch '244040-create-easy-way-to-seed-vulnerability-data-for-local-development' into 'master'

Increase Vulnerabilities per seeded project to 30

See merge request gitlab-org/gitlab!43324
parents e51d9a3d e37c1272
......@@ -12,7 +12,7 @@ class Gitlab::Seeder::Vulnerabilities
def seed!
return unless pipeline
10.times do |rank|
30.times do |rank|
primary_identifier = create_identifier(rank)
vulnerability = create_vulnerability
occurrence = create_occurrence(vulnerability, rank, primary_identifier)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment