Merge pull request #5602 from nasa-gibs/release #8045
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: Secrets Check | |
on: [push] | |
jobs: | |
security-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
with: | |
ref: ${{ github.ref_name }} | |
fetch-depth: 0 | |
- name: TruffleHog OSS | |
uses: trufflesecurity/trufflehog@v3.23.0 | |
with: | |
path: ./ | |
base: main | |
head: ${{ github.ref_name }} | |
extra_args: --debug --only-verified |