Skip to content

Use bitnami/openldap image during testing #52

Use bitnami/openldap image during testing

Use bitnami/openldap image during testing #52

Workflow file for this run

name: lint
on:
push:
branches: master
pull_request:
permissions: read-all
jobs:
checkov:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Check with checkov
run: |
pip install checkov
checkov --quiet --directory .