0.0.4 • Published 1 year ago

@jaykingson/cdk-nag-custom-nag-pack v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

cdk-nag-custom-nag-pack

All Contributors

rules

Rule IDCauseExplanation
CR1Definend tags not existCertain tags are checked if it exist
CR2Definend tags has wrong valueCertain tags are checked with defined value

config

CR1

import { CustomChecks } from '@jaykingson/cdk-nag-custom-nag-pack'
...
Aspects.of(app).add(new CustomChecks({
    // use whatever tags you want to check
  cr1TagsToCheck: ['Environment', 'Owner'],
  cr2TagsWithValueToCheck: { Stage: ["dev", "prod"] },
}));

Contributors

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago