Skip to content

v0.14.1: revision integral de coherencia, enlaces, sitio y About #75

v0.14.1: revision integral de coherencia, enlaces, sitio y About

v0.14.1: revision integral de coherencia, enlaces, sitio y About #75

Workflow file for this run

name: Security
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "17 7 * * 1"
permissions:
contents: read
concurrency:
group: security-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.12"
cache: pip
- run: python -m pip install pip-audit bandit
- run: pip-audit
# B311 (random) es esperado en labs did谩cticos; solo fallar en hallazgos medium+
- run: bandit -q -r src scripts apps --severity-level medium