GITC-5184 GITC-5181 periods.lua DETECT fix #477
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: Secrets Check - Commit | |
on: [push] | |
jobs: | |
security-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Trufflehog Actions Scan | |
uses: nasa-gibs/trufflehog-actions-scan@master | |
with: | |
scanArguments: "--regex --entropy=False" |