Skip to content

Commit 8a44210

Browse files
seperate tests
1 parent 72dc280 commit 8a44210

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,7 @@ jobs:
7474
&& echo "webui=true" >> $GITHUB_OUTPUT \
7575
|| echo "webui=false" >> $GITHUB_OUTPUT
7676
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-
needs: get-meta
86-
if: github.event_name == 'push'
87-
uses: enclaive/security-workflows/.github/workflows/trufflehog-full.yml@v1
77+
#
8878

8979
# ── PROXY ─────────────────────────────────────────────
9080
build-proxy:

0 commit comments

Comments
 (0)