Skip to content

Commit

Permalink
Merge pull request #293 from Cingulara/develop
Browse files Browse the repository at this point in the history
Fix Tenable Nessus SCAP parser and scoring
  • Loading branch information
Cingulara authored May 20, 2022
2 parents 1034d23 + 18949b0 commit 08733f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenRMF<sup>&reg;</sup> Documentation (v 1.8.0)
# OpenRMF<sup>&reg;</sup> Documentation (v 1.8.1)
OpenRMF<sup>&reg;</sup> is an open source application for managing, viewing, and reporting of your DoD STIG checklists, SCAP Scans and Nessus Patch Scans in one web-based interface using your browser. It also generates a compliance listing of all your checklists across a whole system based on NIST 800-53 for your Risk Management Framework (RMF) documentation and process. This tool helps you manage multiple systems going through the RMF process and allows you to structure your data in a clean interface all in one location for your group or program.

You can export your checklists as CKL files and your test plan and POAM as MS Excel properly formatted files as well.
Expand Down
6 changes: 3 additions & 3 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version : '3.8'
services:
### 1 Web Front End Container
openrmf-web:
image: cingulara/openrmf-web:1.08.00
image: cingulara/openrmf-web:1.08.01
container_name: openrmf-web
restart: always
ports:
Expand Down Expand Up @@ -61,7 +61,7 @@ services:
- openrmf

openrmfapi-read:
image: cingulara/openrmf-api-read:1.08.00
image: cingulara/openrmf-api-read:1.08.01
container_name: openrmf-read-api
restart: always
ports:
Expand Down Expand Up @@ -193,7 +193,7 @@ services:
- openrmf

openrmfmsg-system:
image: cingulara/openrmf-msg-system:1.08.00
image: cingulara/openrmf-msg-system:1.08.01
container_name: openrmf-system-nats-message-client
restart: always
environment:
Expand Down

0 comments on commit 08733f7

Please sign in to comment.