Skip to content

journee-live/gh-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

gh-workflows

Reusable GitHub Actions workflows for the Journee organization.

Available Workflows

Secret Scan (secret-scan.yml)

Scans PR diffs for leaked tokens, secrets, and credentials using TruffleHog.

Usage — add this to .github/workflows/secret-scan.yml in your repo:

name: Secret Scan
on:
  pull_request:
    branches: [main]

jobs:
  trufflehog:
    uses: journee-live/gh-workflows/.github/workflows/secret-scan.yml@main

Then enforce it as a required status check via branch protection or an org-level ruleset.

About

Reusable GitHub Actions workflows for the Journee organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors