fossabot / fides

Searches through code for secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Searches through code for secrets

License:Apache License 2.0


Languages

Language:Python 71.9%Language:YARA 28.1%