Skip to content

Commit

Permalink
Add NIST
Browse files Browse the repository at this point in the history
  • Loading branch information
sarika-subram committed Apr 26, 2024
1 parent 1b1a026 commit 6cdbfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Custom
test.py
test.md
crossAccounts.json
output.zip
__fork/*.json
Expand Down
1 change: 1 addition & 0 deletions frameworks/FrameworkPageBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from frameworks.WAFS.WAFS import WAFS
from frameworks.MSR.MSR import MSR
from frameworks.CIS.CIS import CIS
from frameworks.CIS.CIS import NIST

class FrameworkPageBuilder(PageBuilder):
COMPLIANCE_STATUS = ["Not available", "Compliant", "Need Attention"]
Expand Down

0 comments on commit 6cdbfe7

Please sign in to comment.