Skip to content

Commit

Permalink
chore: bump community-securityhub-standards to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Mar 21, 2023
1 parent a42b036 commit 25c3d8a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 5 additions & 1 deletion security-hub/standards/community-securityhub-standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@
},
"AFSBP": {
"$ref": "#/definitions/EnabledDisabled"
},
"NIST": {
"$ref": "#/definitions/EnabledDisabled"
}
},
"additionalProperties": false,
"required": [
"CIS14",
"CIS12",
"PCIDSS",
"AFSBP"
"AFSBP",
"NIST"
],
"readOnlyProperties": [
"/properties/ResourceId"
Expand Down
3 changes: 1 addition & 2 deletions security-hub/standards/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ To declare this entity in your AWS CloudFormation template, use the following sy
"<a href="#cis14" title="CIS14">CIS14</a>" : <i>String</i>,
"<a href="#cis12" title="CIS12">CIS12</a>" : <i>String</i>,
"<a href="#pcidss" title="PCIDSS">PCIDSS</a>" : <i>String</i>,
"<a href="#afsbp" title="AFSBP">AFSBP</a>" : <i>String</i>
"<a href="#afsbp" title="AFSBP">AFSBP</a>" : <i>String</i>,
"<a href="#nist" title="NIST">NIST</a>" : <i>String</i>

}
}
</pre>
Expand Down
4 changes: 2 additions & 2 deletions security-hub/standards/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion security-hub/standards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "community-securityhub-standards",
"version": "0.1.4",
"version": "0.1.5",
"description": "AWS custom resource provider named Community::SecurityHub::Standards.",
"private": true,
"main": "dist/handlers.js",
Expand Down
1 change: 0 additions & 1 deletion security-hub/standards/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export class ResourceModel extends BaseModel {
}
)
aFSBP?: Optional<string>;

@Expose({ name: 'NIST' })
@Transform(
(value: any, obj: any) =>
Expand Down

0 comments on commit 25c3d8a

Please sign in to comment.