Skip to content

Commit

Permalink
Update secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss authored Feb 19, 2024
1 parent c6aa81e commit 98c7dd7
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions .github/workflows/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,19 @@ on:
workflow_dispatch:

jobs:
trufflehog-ml:
name: TruffleHog from MegaLinter
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog
uses: oxsecurity/megalinter/flavors/security@latest

# trufflehog-ml:
# name: TruffleHog from MegaLinter
# runs-on: ubuntu-latest
# defaults:
# run:
# shell: bash
# steps:
# - name: Checkout Repo
# uses: actions/checkout@v4
# with:
# fetch-depth: 0
# - name: TruffleHog
# uses: oxsecurity/megalinter/flavors/security@latest
# gitleaks:
# name: Gitleaks
# runs-on: ubuntu-latest
Expand All @@ -40,8 +39,8 @@ jobs:
- name: Scan with TruffleHog
uses: trufflesecurity/trufflehog@main
with:
base: ""
head: ${{ github.head_ref }}
base: ${{ github.head_ref }}
head: ${{ github.ref_name }}
extra_args: --no-verification
# truffle-install:
# name: TruffleHog Installation
Expand Down

0 comments on commit 98c7dd7

Please sign in to comment.