File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments