Skip to content

fix(blueprint-builder): update tags validation message (#406) #214

fix(blueprint-builder): update tags validation message (#406)

fix(blueprint-builder): update tags validation message (#406) #214

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
name: Secret Scan
on:
push:
branches:
- main
pull_request:
types: [assigned, opened, synchronize, reopened]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD
extra_args: --debug