Skip to content

Commit e917b5a

Browse files
committed
[WIP] Get unreviewed ruby GHSA advisories
1 parent ac90497 commit e917b5a

File tree

2 files changed

+463
-0
lines changed

2 files changed

+463
-0
lines changed

Rakefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ task :sync_github_advisories, [:gem_name] do |_, args|
1818
GitHub::GitHubAdvisorySync.sync(gem_name: args[:gem_name])
1919
end
2020

21+
desc "Sync Unreviewed GitHub RubyGem Advisories into this project"
22+
task :sync_unreviewed_github_advisories, [:gem_name] do |_, args|
23+
require_relative "lib/github_unreviewed_advisory_sync"
24+
GitHub::GitHubAdvisorySync.sync(gem_name: args[:gem_name])
25+
end
26+
2127
task :lint => ['lint:yaml']
2228
task :default => :lint

0 commit comments

Comments
 (0)