Update README.md

swap order to follow what's in the table
This commit is contained in:
Courtney Claessens
2023-04-03 15:57:39 -04:00
committed by GitHub
parent cc302f4c2b
commit 78f160dece
+3 -1
View File
@@ -78,11 +78,13 @@ Configure this action by either inlining these options in your workflow file, or
| `base-ref`/`head-ref` | Provide custom git references for the git base/head when performing the comparison check. This is only used for event types other than `pull_request` and `pull_request_target`. | Any valid git ref(s) in your project | none |
| `comment-summary-in-pr` | Enable or disable reporting the review summary as a comment in the pull request. If enabled, you must give the workflow or job permission `pull-requests: write`. | `true`, `false` | `false` |
+when `fail-on-severity` is set to `none`, the action will not fail on any vulnerabilities or invalid licenses. This is useful if you want to use the action to generate a report of vulnerabilities and invalid licenses, but not fail the workflow.
*not supported for use with GitHub Enterprise Server
†will be supported with GitHub Enterprise Server 3.8
+when `fail-on-severity` is set to `none`, the action will not fail on any vulnerabilities or invalid licenses. This is useful if you want to use the action to generate a report of vulnerabilities and invalid licenses, but not fail the workflow.
### Inline Configuration