Skip to content

Commit

Permalink
Merge pull request ManageIQ#23121 from Fryguy/expose_yarn_audit
Browse files Browse the repository at this point in the history
Expose the new yarn_audit task via rake -T
  • Loading branch information
jrafanie authored Aug 1, 2024
2 parents 7e52d1b + e8d9686 commit 7b5817d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/test_security.rake
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ namespace :test do
exit $?.exitstatus unless system(cmd)
end

desc "Run yarn npm audit with the specified report format ('human' or 'json')"
task :yarn_audit, :format do |_, args|
format = args.fetch(:format, "human")

Expand Down

0 comments on commit 7b5817d

Please sign in to comment.