Skip to content

Merge pull request #3 from empeje/copilot/update-github-actions-schedule #21

Merge pull request #3 from empeje/copilot/update-github-actions-schedule

Merge pull request #3 from empeje/copilot/update-github-actions-schedule #21

Workflow file for this run

name: GitLeaks
on:
schedule:
- cron: '0 12 * * 1'
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
scan:
name: GitLeaks Secret Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: GitLeaks Secret Scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}