Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 28f28ad

Browse files
Merge pull request #4 from ankit-amazon/readme-update
Update README.md
2 parents acc500d + d4f4efd commit 28f28ad

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
## My Project
1+
## Amazon CodeGuru Golang Detector Examples
22

3-
TODO: Fill this README out!
3+
Amazon CodeGuru is an AWS service that uses program analysis and machine learning to detect potential defects that are difficult for developers to find and offers suggestions for improvement.
4+
For more information about how to set up and use CodeGuru, see the [Amazon CodeGuru User Guide](https://docs.aws.amazon.com/codeguru/).
45

5-
Be sure to:
6+
This repo demonstrates some of CodeGuru's Golang detectors. For more descriptions of each detector, see our [Detector Library](https://docs.aws.amazon.com/codeguru/detector-library/index.html).
67

7-
* Change the title in this README
8-
* Edit your repository description on GitHub
8+
PLEASE NOTE: This repo is for demonstration purpose only. It is meant to educate people about 'security flaws'. The code examples contain vulnerable code and should not be used for real-word purposes.
99

10-
## Security
10+
## Getting Help
11+
12+
Use the community resources below for getting help with AWS CodeGuru.
13+
14+
- Use GitHub issues to report bugs and request features.
15+
- Open a support ticket with [AWS Support](https://docs.aws.amazon.com/awssupport/latest/user/getting-started.html).
16+
- For contributing guidelines, refer to [CONTRIBUTING](https://github.com/aws-samples/amazon-codeguru-reviewer-python-detectors/blob/main/CONTRIBUTING.md).
17+
18+
## Contributing
1119

1220
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
1321

1422
## License
1523

16-
This project is licensed under the Apache-2.0 License.
17-
24+
This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file.

0 commit comments

Comments
 (0)