Skip to content

Commit f210766

Browse files
committed
Update secrets scan pipeline
1 parent ad1372d commit f210766

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/secrets-scan.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on:
33
pull_request:
44
push:
55
workflow_dispatch:
6-
schedule:
7-
- cron: "0 4 * * *" # run once a day at 4 AM
6+
87
jobs:
98
Gitleaks:
10-
runs-on: ubuntu-latest
9+
runs-on: [self-hosted, Linux, X64]
1110
steps:
1211
- name: Checkout code
1312
uses: actions/checkout@v4
@@ -22,7 +21,7 @@ jobs:
2221
GITLEAKS_CONFIG: '.github/gitleaks.toml'
2322

2423
Truffle:
25-
runs-on: ubuntu-latest
24+
runs-on: [self-hosted, Linux, X64]
2625
steps:
2726
- name: Checkout code
2827
uses: actions/checkout@v4

0 commit comments

Comments
 (0)