From 58b3c4fd2a9f7702f857359959c017ad92c37e7a Mon Sep 17 00:00:00 2001 From: Robert Sherwood Date: Tue, 11 Jun 2024 13:26:40 +0000 Subject: [PATCH] Added page for RSpec OSCAL formatter --- _tools/rspec-oscal-formatter.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _tools/rspec-oscal-formatter.md diff --git a/_tools/rspec-oscal-formatter.md b/_tools/rspec-oscal-formatter.md new file mode 100644 index 0000000..b177612 --- /dev/null +++ b/_tools/rspec-oscal-formatter.md @@ -0,0 +1,8 @@ +--- +title: RSpec Oscal Formatter +author: Credentive Security +license: MIT +link: https://github.com/Credentive-Sec/rspec_oscal_formatter +--- + +A formatter for the RSpec test framework for Ruby. It allows you to add metadata to RSpec tests in order to produce OSCAL Assessment Plans and Assessment Results directly from your tests.