godlint-cli 0.4.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
8
9
exit-code: 1

stdout: |
  .github/workflows/containers.yml:12:19: error[ci/hardcoded-container-credentials] build has a literal container credential in username; interpolate a secret instead.
  .github/workflows/containers.yml:13:19: error[ci/hardcoded-container-credentials] build has a literal container credential in password; interpolate a secret instead.
  .github/workflows/containers.yml:18:21: error[ci/hardcoded-container-credentials] build has a literal container credential in username; interpolate a secret instead.
  .github/workflows/containers.yml:24:21: error[ci/hardcoded-container-credentials] build has a literal container credential in password; interpolate a secret instead.

stderr: ""