mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-04-03 23:34:11 +02:00
ci: ignore vuln on old rubies
This commit is contained in:
parent
dae4b99404
commit
fd68f1f254
2
Rakefile
2
Rakefile
@ -22,7 +22,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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user