We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f986f commit 1ae0fd8Copy full SHA for 1ae0fd8
.github/workflows/code-analysis.yml
@@ -67,8 +67,17 @@ jobs:
67
68
- name: Perform CodeQL Analysis
69
uses: github/codeql-action/analyze@v3
70
-
71
- - name: TruffleHog OSS
+
+ Trufflehog-Scan:
72
+ runs-on: ubuntu-latest
73
+ needs: CodeQL-Build
74
+ steps:
75
+ - name: Checkout repository (for Trufflehog - full history)
76
+ uses: actions/checkout@v4
77
+ with:
78
+ fetch-depth: 0
79
80
+ - name: TruffleHog OSS (on pull_request)
81
if: github.event_name == 'pull_request'
82
uses: trufflesecurity/trufflehog@main
83
with:
@@ -82,4 +91,4 @@ jobs:
91
92
84
93
path: ./
85
- extra_args: --debug --only-verified --all # Scanning the entire repo
94
+ extra_args: --debug --only-verified # Scanning the entire repo
0 commit comments