Skip to content

Another try at openldap #53

Another try at openldap

Another try at openldap #53

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 .