Skip to content

Commit e197ed8

Browse files
authored
Readme: Simplify wordings
Updated comments for clarity in the YAML configuration.
1 parent b23b066 commit e197ed8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See [action.yml](action.yml) and the underlying script [`ComSARIF`](https://gith
6666
```yaml
6767
- uses: typisttech/composer-audit-to-sarif-action@v0
6868
with:
69-
# Path to Path to audit JSON file
69+
# Path to audit JSON file
7070
#
7171
# Default: audit.json
7272
audit: some/path/to/audit.json
@@ -81,7 +81,7 @@ See [action.yml](action.yml) and the underlying script [`ComSARIF`](https://gith
8181
# Default: ${{ github.workspace }}
8282
root: some/path
8383

84-
# The version of [ComSARIF] to use. Leave blank for latest. For example: v1.0.2
84+
# Version of [ComSARIF] to use. Leave blank for latest. For example: v1.0.2
8585
#
8686
# [ComSARIF]: https://github.com/typisttech/comsarif
8787
#
@@ -93,7 +93,7 @@ See [action.yml](action.yml) and the underlying script [`ComSARIF`](https://gith
9393
# Default: true
9494
verify-attestation: false
9595

96-
# GitHub token to use for authentication
96+
# GitHub token for authentication
9797
#
9898
# Default: ${{ github.token }}
9999
github-token: ${{ secrets.GITHUB_PAT_TOKEN }}

0 commit comments

Comments
 (0)