joocer / fides

Fides - helping you keep secrets secret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fides

Fides - helping you keep secrets secret

Fides is a secret-scanning tool designed to sift through code repositories to identify secrets that have been accidentally committed.

Leveraging the powerful YARA language, a tool of choice among security professionals and malware analysts for building detection and classification tools.

Features

  • Scans recursively through all files in a repository
  • Utilizes YARA rules for high accuracy and customization
  • Can be easily integrated into CI/CD pipelines

Installation

Fides is intended to be run as a GitHub Action. Please refer to the GitHub Action configuration examples below to integrate Fides into your workflow.

Example GitHub Action Configuration

# fides.yaml

name: Fides - helping you keep secrets secret

on: [push, pull_request]

jobs:
  fides:
    runs-on: ubuntu-latest
    steps:
      - name: Execute Fides Action
        uses: joocer/fides@main

Example Output

License

Apache 2.0

About

Fides - helping you keep secrets secret

License:Apache License 2.0


Languages

Language:Python 73.4%Language:YARA 26.6%