diff --git a/README.md b/README.md index d827b89..d5c5491 100644 --- a/README.md +++ b/README.md @@ -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