Skip to content

build(deps-dev): bump pytest from 9.0.1 to 9.0.2 #1841

build(deps-dev): bump pytest from 9.0.1 to 9.0.2

build(deps-dev): bump pytest from 9.0.1 to 9.0.2 #1841

Workflow file for this run

name: security checks
on:
push:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
pull_request:
paths-ignore:
- "README.md"
- "docs/**"
- "**/README.md"
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup
- name: Simple bandit security checks
run: make security
- name: Show Report in Action Output
if: always()
run: cat bandit-report.json
- name: Upload Bandit Scan Artifact
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # [email protected]
if: always()
with:
name: bandit-findings
path: bandit-report.json