Skip to content

build(deps-dev): bump bandit from 1.7.10 to 1.8.0 #310

build(deps-dev): bump bandit from 1.7.10 to 1.8.0

build(deps-dev): bump bandit from 1.7.10 to 1.8.0 #310

Workflow file for this run

name: Tests
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4 # v3.5.3
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.1.0
with:
python-version: '3.10'
cache: 'pip'
- name: Install cve-bin-tool and reportlab
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade -r dev-requirements.txt
python -m pip install git+https://github.com/intel/cve-bin-tool@main reportlab
- name: Run tests
run: |
pytest -v