Skip to content

chore(deps): update public.ecr.aws/gravitational/teleport-distroless docker tag to v17.0.5 - autoclosed #44

chore(deps): update public.ecr.aws/gravitational/teleport-distroless docker tag to v17.0.5 - autoclosed

chore(deps): update public.ecr.aws/gravitational/teleport-distroless docker tag to v17.0.5 - autoclosed #44

Workflow file for this run

---
name: Lint
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- run: yamllint --strict -- $(git ls-files '*.yaml' '*.yml')