Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 00:28
· 10 commits to main since this release
v1.1.0
f3362e0

Pull Requests | Issues | v1.0.0...v1.1.0

Features

#650 Support a glob pattern in action_name

https://github.com/suzuki-shunsuke/ghalint/blob/main/docs/policies/008.md

About the pattern syntax, please see https://pkg.go.dev/path#Match .

e.g.

excludes:
  - policy_name: action_ref_should_be_full_length_commit_sha
    action_name: suzuki-shunsuke/tfaction/* # glob pattern
``