GITC-6165 Bump setuptools from 69.5.1 to 70.0.0 in requirements.txt #516
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" |