Skip to content

Bump robmorgan/phinx from 0.13.4 to 0.14.0 #354

Bump robmorgan/phinx from 0.13.4 to 0.14.0

Bump robmorgan/phinx from 0.13.4 to 0.14.0 #354

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@d1b1ac408ef0bf354ae713e63140164680bb7b82
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD