Skip to content

fix: adding a composer script to build the project, including compose… #3

fix: adding a composer script to build the project, including compose…

fix: adding a composer script to build the project, including compose… #3

Workflow file for this run

name: gitleaks
on: [pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: gitleaks-action
uses: zricethezav/gitleaks-action@v1.6.0