Skip to content

chore(deps): update pytest-cov requirement from >=4.1.0 to >=7.1.0 #100

chore(deps): update pytest-cov requirement from >=4.1.0 to >=7.1.0

chore(deps): update pytest-cov requirement from >=4.1.0 to >=7.1.0 #100

Workflow file for this run

# SPDX-FileCopyrightText: 2026 PythonWoods <dev@pythonwoods.dev>
# SPDX-License-Identifier: Apache-2.0
name: Secret Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
secret-scan:
name: Native GitHub Secret Scan Proxy
runs-on: ubuntu-latest
steps:
- name: Info
run: |
echo "Using GitHub Native Secret Scanning (Settings > Code security)."
echo "Gitleaks disabled due to license requirements for private repos."