Skip to content

Commit d07c1d0

Browse files
authored
ci: remove review_secrets job (#277)
1 parent 3fc1eb1 commit d07c1d0

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/build-test-release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,6 @@ jobs:
5858
python-version: "3.7"
5959
- uses: pre-commit/action@v3.0.0
6060

61-
review_secrets:
62-
name: security-detect-secrets
63-
runs-on: ubuntu-latest
64-
steps:
65-
- name: Checkout
66-
uses: actions/checkout@v3
67-
with:
68-
submodules: false
69-
fetch-depth: "0"
70-
- name: Trufflehog Actions Scan
71-
uses: edplato/trufflehog-actions-scan@v0.9j-beta
72-
with:
73-
scanArguments: "--max_depth 30 -x .github/workflows/exclude-patterns.txt"
74-
7561
semgrep:
7662
runs-on: ubuntu-latest
7763
name: security-sast-semgrep
@@ -153,7 +139,6 @@ jobs:
153139
- fossa-scan
154140
- compliance-copyrights
155141
- pre-commit
156-
- review_secrets
157142
- semgrep
158143
- run-unit-tests
159144
- test-splunk

.github/workflows/exclude-patterns.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)