Skip to content

Bump ipython from 8.0.1 to 8.15.0 #86

Bump ipython from 8.0.1 to 8.15.0

Bump ipython from 8.0.1 to 8.15.0 #86

Workflow file for this run

name: Leaked Secrets Scan
on: [pull_request]
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.4.3
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD