Skip to content

Commit

Permalink
fix: repolinter compliance (#596)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
scottschreckengaust and mergify[bot] authored Aug 1, 2024
1 parent 03f4a48 commit 5e7897a
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Reporting a Vulnerability

If you discover a potential security issue in this project we ask that you
notify AWS/Amazon Security via our
[vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
or directly via email to [[email protected]](mailto:[email protected]).

!!! IMPORTANT !!!
Please do **not** create a public GitHub issue.
5 changes: 5 additions & 0 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Level of Effort

We use GitHub to communicate and support this repository.

If you need help, please create and issue.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- [Contributors](#contributors)
- [Operational Metrics Collection](#operational-metrics-collection)
- [Roadmap](#roadmap)
- [License](#license)
- [Legal Disclaimer](#legal-disclaimer)

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

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

## License

Apache-2.0

## Legal Disclaimer

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.
Expand Down
21 changes: 21 additions & 0 deletions repolinter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"extends": "https://raw.githubusercontent.com/todogroup/repolinter/v0.11.2/rulesets/default.json",
"rules": {
"github-pull-request-template-exists": {
"rule": {
"type": "file-existence",
"options": {
"dirs": true,
"globsAny": [
"PULL_REQUEST_TEMPLATE*",
".github/PULL_REQUEST_TEMPLATE*",
"pull_request_template.md",
"docs/pull_request_template.md",
"docs/PULL_REQUEST_TEMPLATE*",
".github/pull_request_template.md"
]
}
}
}
}
}

0 comments on commit 5e7897a

Please sign in to comment.