chore(deps): update gcr.io/distroless/cc docker digest to f913198 #387
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: reviewdog / hadolint | |
on: | |
pull_request: | |
paths: | |
- Dockerfile | |
- .github/workflows/hadolint.yml | |
merge_group: | |
jobs: | |
hadolint: | |
name: hadolint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: hadolint | |
uses: reviewdog/action-hadolint@v1 | |
with: | |
github_token: ${{ secrets.github_token }} | |
reporter: github-pr-review |