Commit e37c1272 authored by Jonathan Schafer's avatar Jonathan Schafer

Increase vulnerabilties on seeded projects to 30

Using 30 because pagination happens at 20
parent d9433751
......@@ -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