Skip to content

build(deps): bump certifi from 2023.7.22 to 2024.7.4 #223

build(deps): bump certifi from 2023.7.22 to 2024.7.4

build(deps): bump certifi from 2023.7.22 to 2024.7.4 #223

Workflow file for this run

name: Code Security Audit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.4.2
- name: Install dependencies
run: |
poetry install --with dev
- name: Run bandit against code base
run: |
poetry run bandit -r hm_pyhelper -c pyproject.toml