Skip to content

Commit

Permalink
feat: add aws 12.1 and tests
Browse files Browse the repository at this point in the history
Same branch has 12.1 and 12.2 with tests and readme update
  • Loading branch information
Jguim committed Apr 28, 2022
1 parent 48c5978 commit 693644f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default {
severity: 'medium',
conditions: {
path: '@.geoRestrictions',
isEmpty: false,
notIn: ['Blacklist']

},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('AWS NIST 800-53: Rev. 4', () => {
})

//12.X
describe.skip(' AWS 12.1 CloudFront distributions should have geo-restrictions specified', () => {
describe(' AWS 12.1 CloudFront distributions should have geo-restrictions specified', () => {
const getTestRuleFixture = (geoRestrictions: string): any => {
return {
queryawsCloudfront: [
Expand Down

0 comments on commit 693644f

Please sign in to comment.