There was an error while loading. Please reload this page.
1 parent 72dc280 commit 8a44210Copy full SHA for 8a44210
1 file changed
.github/workflows/build.yml
@@ -74,17 +74,7 @@ jobs:
74
&& echo "webui=true" >> $GITHUB_OUTPUT \
75
|| echo "webui=false" >> $GITHUB_OUTPUT
76
77
- # ── SECRET SCAN (PR) ──────────────────────────────────
78
- secret-scan-pr:
79
- needs: get-meta
80
- if: github.event_name == 'pull_request'
81
- uses: enclaive/security-workflows/.github/workflows/trufflehog-pr.yml@v1
82
-
83
- # ── SECRET SCAN (FULL) ────────────────────────────────
84
- secret-scan-full:
85
86
- if: github.event_name == 'push'
87
- uses: enclaive/security-workflows/.github/workflows/trufflehog-full.yml@v1
+ #
88
89
# ── PROXY ─────────────────────────────────────────────
90
build-proxy:
0 commit comments