You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| check_github_status | A Boolean (`"true"`/`"false"`) value indicating whether or not to check GitHub status using the [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) GitHub action. |`bool`|`false`| no |
15
17
| harden_runner | A Boolean (`"true"`/`"false"`) value indicating whether or not to harden the runner using the [step-security/harden-runner](https://github.com/step-security/harden-runner) GitHub action. |`bool`|`true`| no |
16
18
| harden_runner_egress_policy | The egress policy to use for runner hardening. Valid values are audit and block. See [step-security/harden-runner](https://github.com/step-security/harden-runner) for more details. |`string`|`audit`| no |
17
19
| monitor_permissions | A Boolean (`"true"`/`"false"`) value indicating whether or not to monitor GitHub permission requests using the [GitHubSecurityLab/actions-permission/monitor](https://github.com/GitHubSecurityLab/actions-permission/monitor) GitHub action. |`bool`|`true`| no |
20
+
| output_workflow_context | A Boolean (`"true"`/`"false"`) value indicating whether or not to output the workflow context using the [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) GitHub action. |`bool`|`false`| no |
18
21
| permissions_monitoring_config | A JSON string containing the configuration to use for permissions monitoring. In the case of cisagov you will usually want to set this to `${{ vars.ACTIONS_PERMISSIONS_CONFIG }}` so it agrees with our organization-wide GitHub Actions permissions monitoring configuration. See [the documentation for the GitHubSecurityLab/actions-permissions/monitor action](https://github.com/GitHubSecurityLab/actions-permissions/tree/main/monitor#configuration) for more details. |`string`|`""`| no |
0 commit comments