Skip to content

Merge pull request #13 from vasayxtx/validate-code-cov-in-ci #35

Merge pull request #13 from vasayxtx/validate-code-cov-in-ci

Merge pull request #13 from vasayxtx/validate-code-cov-in-ci #35

Workflow file for this run

name: Security Scan
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
id-token: write
issues: write
pull-requests: write
jobs:
truffle_hog:
name: TruffleHog
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified