Skip to content

Commit f8808bf

Browse files
authored
Update README.md (#75)
1 parent 16f58e6 commit f8808bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can copy the CodeGuru Reviewer GitHub Action `analyze.yml` that you made in
3030

3131
- If you use a build system other than Gradle, you may need to edit the build step using the appropriate command for your build system.
3232
- If your build system doesn't place the resulting .jar files in `build/libs`, you may need to edit the `build_path` field in the `analyze.yml` workflow.
33-
- If you do not have GitHub Advanced Security, you will still be able to view your findings within the AWS Console. You can also use tools like `jq` within your workflow to postprocess the findings. If you print some of the findings to stdout, you will see them in your workflow's output log.
33+
- If you do not have GitHub Advanced Security, you will still be able to view your findings within the AWS Console. You can also use tools like `jq` within your workflow to postprocess the findings. If you print some of the findings to `stdout`, you will see them in your workflow's output log.
3434

3535
## Getting Help
3636

0 commit comments

Comments
 (0)