Skip to content

Commit 7965a5a

Browse files
authored
chore: Update README.md
1 parent 2f94826 commit 7965a5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This demo provides an overview of how the GuardAI tool can be used both in a CI
88

99
GuardAI can be integrated into your CI pipeline using GitHub Actions/Workflows. In this example, the workflow is configured to run on pull requests targeting the `main` branch. The action scans the code in the specified directory and generates a report. The workflow then posts the results as a comment on the pull request.
1010

11-
- **Workflow File**: [Demo CI Workflow](https://github.com/codeguardai/demo/.github/workflows/ci.yml)
12-
- **Pull Request Example**: [#123: Demonstration PR](https://github.com/codeguardai/demo/pull/2)
11+
- **Workflow File**: [Demo CI Workflow](https://github.com/codeguardai/demo/blob/main/.github/workflows/ci.yml)
12+
- **Pull Request Example**: [#2: Demonstration PR](https://github.com/codeguardai/demo/pull/2)
1313

1414
### Pull Request Workflow
1515

@@ -30,7 +30,9 @@ GuardAI is also designed to be used locally via the command line, allowing devel
3030

3131
```bash
3232
pip install guardai
33+
3334
export OPENAI_API_KEY=<KEY>
35+
3436
guardai --provider openai --directory ./src
3537
```
3638

0 commit comments

Comments
 (0)