Skip to content

Merge remote-tracking branch 'origin/main' #69

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #69

Workflow file for this run

name: Secrets scan
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --only-verified