Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jumic committed Sep 20, 2024
1 parent 99d21ef commit 5b66f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MyCustomChecks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class MyCustomChecks extends NagPack {
});

this.applyRule({
info: 'SSE encryption not set for this bucket',
info: 'SSE encryption not set for this bucket.',
explanation: 'SSE encryption must be enabled to encrypt files in this bucket.',
level: NagMessageLevel.ERROR,
rule: S3DefaultEncryptionSSE,
Expand Down

0 comments on commit 5b66f29

Please sign in to comment.