Skip to content

Commit bfa72a3

Browse files
authored
Merge branch 'main' into feat/add-container-image-scanning-to-ci-and-release
2 parents 6937bee + c664ada commit bfa72a3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ make run-air-alone
6767
#### Docker
6868

6969
Alternatively, if you just want to play around lightly, you can run the docker commands below. First set up
70-
your environment as described in [App environment configuration](#app-environment-configuration), otherwise much may not
70+
your environment as described in [App environment configuration](README.md#app-environment-configuration), otherwise much may not
7171
work, and you will miss out on much goodness.
7272

7373
- `make docker`
@@ -94,4 +94,4 @@ Please send Pull Requests that:
9494
1. Have a singluar purpose, and that is backed by one or more GitHub Issues in this project
9595
2. Are clear
9696
3. Have appropriate test coverage for the Pull Requests purpose
97-
4. Meet our Code Style Convention (see [above](#develpoment-guidelines))
97+
4. Meet our Code Style Convention (see [above](#development-guidelines))

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Inspired by [DoctoR-CLAw](https://github.com/salesforce/dr-cla).
3232

3333
The CLA is built as a Container Image and published to Docker Hub - see it [here](https://hub.docker.com/r/sonatypecommunity/the-cla).
3434

35-
Prior to deploying The CLA, you need to get configuration organised in GitHub itself, and have your CLA text published somewhere public (ours is published to a public AWS S3 Bucket at `https://s3.amazonaws.com/sonatype-cla/cla.txt`).
35+
Prior to deploying The CLA, you need to get configuration organised in GitHub itself, and have your CLA text published somewhere public
36+
(ours is published to a public AWS S3 Bucket at `https://s3.amazonaws.com/sonatype-cla/cla.txt`, <- S3 bucket ownership info is stored in
37+
BitWarden under "Sonatype Community" collection, "the-cla" secure note).
3638

3739
### GitHub Configuration
3840

@@ -175,4 +177,4 @@ Last but not least of all - have fun!
175177
[shield_license]: https://img.shields.io/github/license/sonatype-nexus-community/the-cla?logo=open%20source%20initiative&logoColor=white "license"
176178

177179
[link_gh-workflow-test]: https://github.com/sonatype-nexus-community/the-cla/actions/workflows/ci.yml?query=branch%3Amain
178-
[license_file]: https://github.com/sonatype-nexus-community/the-cla/blob/main/LICENSE
180+
[license_file]: https://github.com/sonatype-nexus-community/the-cla/blob/main/LICENSE

0 commit comments

Comments
 (0)