/fides

Searches through code for secrets

Primary LanguagePythonApache License 2.0Apache-2.0

fides
secret scanning github action


Searches through code for looking for secrets, this is used to finding secrets which have been committed accidently.

Leveraging the powerful YARA language, used by security professionals and malware analysts around the world to build malware detection and classification tools.

Example Usage

FOSSA Status

name:secret_scanner
on: [push, pull_request]
jobs:
  fides:
    runs-on: ubuntu-latest
    steps:
      - name: check out
        uses: actions/checkout@v2

      - name: execute_action
        uses: joocer/fides@main

Example Output

License

FOSSA Status