1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2026-06-19 10:47:43 +02:00

project: ignore inapplicable vulns

This commit is contained in:
cn
2026-06-04 22:55:12 +02:00
committed by Christian Nicolai
parent f41ac788fd
commit 9fb93e9266
+1 -1
View File
@@ -15,7 +15,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 --ignore GHSA-wx95-c6cv-8532' if !RUBY_VERSION.start_with?('3.0') sh 'bundler-audit check --ignore GHSA-vvfq-8hwr-qm4m --ignore GHSA-wx95-c6cv-8532 --ignore GHSA-c4rq-3m3g-8wgx --ignore GHSA-v2fc-qm4h-8hqv' if !RUBY_VERSION.start_with?('3.0', '3.1')
end end
end end