Skip to content

Commit

Permalink
fix: updated index.ts with rules 12.1 and 12.2
Browse files Browse the repository at this point in the history
Updated index.ts with rules 12.1 and 12.2 from last commit
  • Loading branch information
Jguim committed Apr 28, 2022
1 parent 693644f commit a609daf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/aws/nist-800-53-rev4/rules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ import Aws_NIST_800_53_69 from './aws-nist-800-53-rev4-6.9'
import Aws_NIST_800_53_612 from './aws-nist-800-53-rev4-6.12'
import Aws_NIST_800_53_613 from './aws-nist-800-53-rev4-6.13'


import Aws_NIST_800_53_121 from './aws-nist-800-53-rev4-12.1'
import Aws_NIST_800_53_122 from './aws-nist-800-53-rev4-12.2'


export default [
Aws_NIST_800_53_11,
Aws_NIST_800_53_12,
Expand Down Expand Up @@ -58,4 +63,8 @@ export default [
Aws_NIST_800_53_69,
Aws_NIST_800_53_612,
Aws_NIST_800_53_613,


Aws_NIST_800_53_121,
Aws_NIST_800_53_122,
]

0 comments on commit a609daf

Please sign in to comment.