Skip to content

Commit 5e7897a

Browse files
fix: repolinter compliance (#596)
* fix: add repolinter files for compliance * fix: add repolinter.json * fix: update contents --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 03f4a48 commit 5e7897a

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

.github/SECURITY.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Reporting a Vulnerability
2+
3+
If you discover a potential security issue in this project we ask that you
4+
notify AWS/Amazon Security via our
5+
[vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
6+
or directly via email to [[email protected]](mailto:[email protected]).
7+
8+
!!! IMPORTANT !!!
9+
Please do **not** create a public GitHub issue.

.github/SUPPORT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Level of Effort
2+
3+
We use GitHub to communicate and support this repository.
4+
5+
If you need help, please create and issue.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [Contributors](#contributors)
2727
- [Operational Metrics Collection](#operational-metrics-collection)
2828
- [Roadmap](#roadmap)
29+
- [License](#license)
2930
- [Legal Disclaimer](#legal-disclaimer)
3031

3132
## Introduction
@@ -129,6 +130,10 @@ Generative AI CDK Constructs may collect anonymous operational metrics, includin
129130

130131
Roadmap is available through the [GitHub Project](https://github.com/orgs/awslabs/projects/136)
131132

133+
## License
134+
135+
Apache-2.0
136+
132137
## Legal Disclaimer
133138

134139
You should consider doing your own independent assessment before using the content in this library for production purposes. This may include (amongst other things) testing, securing, and optimizing the CDK constructs and other content, provided in this library, based on your specific quality control practices and standards.

repolinter.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"extends": "https://raw.githubusercontent.com/todogroup/repolinter/v0.11.2/rulesets/default.json",
3+
"rules": {
4+
"github-pull-request-template-exists": {
5+
"rule": {
6+
"type": "file-existence",
7+
"options": {
8+
"dirs": true,
9+
"globsAny": [
10+
"PULL_REQUEST_TEMPLATE*",
11+
".github/PULL_REQUEST_TEMPLATE*",
12+
"pull_request_template.md",
13+
"docs/pull_request_template.md",
14+
"docs/PULL_REQUEST_TEMPLATE*",
15+
".github/pull_request_template.md"
16+
]
17+
}
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)