Skip to content

Commit 02ed445

Browse files
Merge pull request #37 from anshuman-dev/main
Grammatical_updates_README
2 parents 7bcb9f4 + 3bf7b70 commit 02ed445

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Required fields:
4444
- `minimum-severity`: Determines on which (minimum) severity Aikido should respond with `FAILED`. This value can be one of `LOW`, `MEDIUM`, `HIGH`, `CRITICAL`.
4545

4646
Optional fields:
47-
- `fail-on-timeout`: Determines wether the workflow should respond with `FAILED` in case the scans timed out after 2 minutes.
48-
- `fail-on-dependency-scan`: Determines wether Aikido should block on new dependency issues (CVEs).
49-
- `fail-on-sast-scan`: Determines wether Aikido should block on new SAST issues. This is available in all [paid plans](https://www.aikido.dev/pricing).
50-
- `fail-on-iac-scan`: Determines wether Aikido should block on new Infrastructure as Code issues. This is available in all [paid plans](https://www.aikido.dev/pricing).
47+
- `fail-on-timeout`: Determines whether the workflow should respond with `FAILED` in case the scans timed out after 2 minutes.
48+
- `fail-on-dependency-scan`: Determines whether Aikido should block on new dependency issues (CVEs).
49+
- `fail-on-sast-scan`: Determines whether Aikido should block on new SAST issues. This is available in all [paid plans](https://www.aikido.dev/pricing).
50+
- `fail-on-iac-scan`: Determines whether Aikido should block on new Infrastructure as Code issues. This is available in all [paid plans](https://www.aikido.dev/pricing).
5151
- `post-scan-status-comment`: Let Aikido post a comment on the PR (when in PR context) with the latest scan status and a link to the scan results.
5252
- `github-token`: Must be set only if you want Aikido to post a comment on the PR. If the default `${{ secrets.GITHUB_TOKEN }}` environment token does not have write capabilities, Aikido needs a PAT with specific permissions to read and write comments in a PR.
5353

0 commit comments

Comments
 (0)