Skip to content

ci: Cleaned up some mis-named jobs. #2

ci: Cleaned up some mis-named jobs.

ci: Cleaned up some mis-named jobs. #2

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: Run TruffleHog
on:
push:
branches:
- main
pull_request:
branches:
- main
# Declare default permissions as read only.
permissions: read-all
jobs:
trufflehog_job:
runs-on: ubuntu-latest
name: Run TruffleHog
steps:
- name: Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check secrets with TruffleHog OSS
uses: trufflesecurity/trufflehog@main
with:
path: ./
head: HEAD
extra_args: --only-verified