This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Use a markdown alert to draw attention. #143
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "TruffleHog" | |
on: [push, pull_request] | |
jobs: | |
content-scan: | |
name: Content Scan | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repo | |
uses: actions/checkout@v3 | |
# scan for various types of keys and tokens | |
- name: TruffleHog | |
uses: edplato/trufflehog-actions-scan@master | |
with: | |
scanArguments: "--regex --entropy=False" |