Skip to content

Commit 4ee3c37

Browse files
committed
update README.md v2
1 parent a40a9a0 commit 4ee3c37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Reviews the changes between HEAD~1 and HEAD.
147147

148148
**Focusing the Review**
149149

150-
Use the `bash --focus` flag to narrow the scope of the review.
150+
Use the `--focus` flag to narrow the scope of the review.
151151

152152
# Check for security issues and logic errors only
153153
poetry run code-review-agent review --focus Security --focus LogicError
@@ -162,12 +162,12 @@ Use the --trace flag to enable verbose logging.
162162

163163
## **🔄 CI/CD Integration**
164164

165-
The agent is packaged as a public Docker image: `bash umykhailo/codereviewagent:latest.`
165+
The agent is packaged as a public Docker image: `umykhailo/codereviewagent:latest.`
166166

167167
### **Example for Bitbucket Pipelines**
168168

169169
1. In your target repository's Repository settings -> Repository variables, add the necessary secured variables:
170-
The agent is packaged as a public Docker image: `bash LLM_API_KEY, BITBUCKET_APP_USERNAME, BITBUCKET_APP_PASSWORD,` and optionally the `bash JIRA\*` variables.
170+
The agent is packaged as a public Docker image: `LLM_API_KEY, BITBUCKET_APP_USERNAME, BITBUCKET_APP_PASSWORD,` and optionally the `JIRA*` variables.
171171

172172
2. Add a bitbucket-pipelines.yml file to the root of your project:
173173

0 commit comments

Comments
 (0)