Skip to content

Commit

Permalink
Trufflehog security scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
nulzo committed Oct 27, 2023
1 parent 54e8bd5 commit c5c24dd
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Bandit Security Scan
name: Security Scanning

on:
push:
Expand Down Expand Up @@ -42,4 +42,18 @@ jobs:
with:
name: bandit-report
path: output/bandit-report.txt


truffle_scan:
name: Truffle Key Scanner
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name:
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD

0 comments on commit c5c24dd

Please sign in to comment.