Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Update dependency traefik/traefik to v2.11.16 #450

Update dependency traefik/traefik to v2.11.16

Update dependency traefik/traefik to v2.11.16 #450

Workflow file for this run

name: tests
on:
push:
branches: [master, main]
paths-ignore: ['**.md']
tags-ignore: ['**']
pull_request:
paths-ignore: ['**.md']
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
gitleaks:
name: Gitleaks
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- name: Check for GitLeaks
uses: gacts/gitleaks@v1 # Action page: <https://github.com/gacts/gitleaks>
ansible-syntax-check:
name: Ansible Syntax Check
runs-on: ubuntu-20.04
container: cytopia/ansible:2.11
steps:
- uses: actions/checkout@v4
- run: ansible-galaxy install -r ./requirements.yml
- run: echo "foobar" > ./.vault_password
- run: ansible-playbook ./site.y*ml --syntax-check
ansible-lint:
name: Best practices checker for Ansible
runs-on: ubuntu-20.04
container: quay.io/ansible/creator-ee:v0.6.0
steps:
- uses: actions/checkout@v4
- run: echo "foobar" > ./.vault_password
- run: ansible-lint --force-color ./site.yml