Skip to content

Commit

Permalink
Add pull_request to the list of events that don't need refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
febuiles committed Nov 11, 2022
1 parent 28c7c8c commit a476131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Configure this action by either inlining these options in your workflow file or
| `allow-ghsas` | Contains a list of GitHub Advisory Database IDs that can be skipped during detection. | Any GHSAs from the [GitHub Advisory Database](https://github.com/advisories) | none |
| `license-check` | Enable or disable the license check performed by the action. | `true`, `false` | `true` |
| `vulnerability-check` | Enable or disable the vulnerability check performed by the action. | `true`, `false` | `true` |
| `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_target`. | Any valid git ref(s) in your project | none |
| `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 |

*not supported for use with GitHub Enterprise Server

Expand Down

0 comments on commit a476131

Please sign in to comment.