Skip to content

Add new flag to filter findings in Turbinia reports according to the finding priority. Pump turbinia-client to 1.0.7 and fix some mypy and linter findings #1879

Add new flag to filter findings in Turbinia reports according to the finding priority. Pump turbinia-client to 1.0.7 and fix some mypy and linter findings

Add new flag to filter findings in Turbinia reports according to the finding priority. Pump turbinia-client to 1.0.7 and fix some mypy and linter findings #1879

Workflow file for this run

name: pylint checks
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pylint:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Run pylint on dftimewolf and tests
run: |
poetry run pylint --rcfile=.pylintrc tests
poetry run pylint --rcfile=.pylintrc dftimewolf