Skip to content

[ECP-8715] Update to model based PHP Library #546

[ECP-8715] Update to model based PHP Library

[ECP-8715] Update to model based PHP Library #546

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
name: Main Workflow
jobs:
run:
name: Run
runs-on: ubuntu-latest
strategy:
matrix:
php-version: [ 7.4, 8.0, 8.1 ]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
tools: composer:v1
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug --only-verified