v0.2.10
Pull Requests | Issues | v0.2.9...v0.2.10
Features
#463 #464 Support excluding deny_inherit_secrets
To access Environment Secrets in a reusable workflow, you need to use secrets: inherit
.
So this release allows us to exclude deny_inherit_secrets
.
e.g.
ghalint.yaml
excludes:
- policy_name: deny_inherit_secrets
workflow_file_path: .github/workflows/actionlint.yaml
job_name: actionlint
policy_name
, workflow_file_path
, and job_name
are required.