mirror of
				https://github.com/cmur2/dyndnsd.git
				synced 2025-11-04 04:25:07 +01:00 
			
		
		
		
	ci: ignore vulns on old rubies
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
require:
 | 
					plugins:
 | 
				
			||||||
- rubocop-rake
 | 
					- rubocop-rake
 | 
				
			||||||
- rubocop-rspec
 | 
					- rubocop-rspec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								Rakefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Rakefile
									
									
									
									
									
								
							@@ -69,7 +69,7 @@ end
 | 
				
			|||||||
namespace :bundle do
 | 
					namespace :bundle do
 | 
				
			||||||
  desc 'Check for vulnerabilities with bundler-audit'
 | 
					  desc 'Check for vulnerabilities with bundler-audit'
 | 
				
			||||||
  task :audit do
 | 
					  task :audit do
 | 
				
			||||||
    sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m'
 | 
					    sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m' if !RUBY_VERSION.start_with?('3.0')
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user