Is your feature request related to a problem?
N/A
What solution do you propose?
Golang lint is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml config. It’s used to make sure code adheres to common Go practices. It supports enable many different types of linters.
I think we can introduce it to Notation to enable static code formatting scanning in each pull request.
What alternatives have you considered?
N/A
Any additional context?
No response