Skip to content

Bump pytest from 7.2.1 to 9.0.3 (#158) #16

Bump pytest from 7.2.1 to 9.0.3 (#158)

Bump pytest from 7.2.1 to 9.0.3 (#158) #16

Workflow file for this run

name: Secrets Scan
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- master
push:
branches:
- master
jobs:
secrets-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE_KEY }}
GITLEAKS_NOTIFY_USER_LIST: ${{ vars.GITLEAKS_NOTIFY_USER_LIST }}
GITLEAKS_ENABLE_COMMENTS: 'true'
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: 'false'