Skip to content

Commit

Permalink
Update secrets scan pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
duyhla committed Aug 9, 2024
1 parent ad1372d commit f210766
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ on:
pull_request:
push:
workflow_dispatch:
schedule:
- cron: "0 4 * * *" # run once a day at 4 AM

jobs:
Gitleaks:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -22,7 +21,7 @@ jobs:
GITLEAKS_CONFIG: '.github/gitleaks.toml'

Truffle:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux, X64]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f210766

Please sign in to comment.