.github/workflows/gitleaks-schedule-scan.yml #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is generate automatically by a platform tool | ||
# You can modify the schedule but do not remove this file | ||
# Please read more at https://employmenthero.atlassian.net/l/cp/uqVVmDT0 | ||
# The Gitleaks scanning report can be found at https://docs.google.com/spreadsheets/d/1ourHVLD7Hfs4PMpOsc7kKzjg104vvcPa8OtnkvRRRcc | ||
name: gitleaks-schedule-scan | ||
on: | ||
schedule: | ||
- cron: '41 16 * * 0' | ||
workflow_dispatch: | ||
jobs: | ||
gitleaks: | ||
uses: thinkei/eh-workflows/.github/workflows/gitleaks-schedule-scan.yml@main | ||
Check failure on line 13 in .github/workflows/gitleaks-schedule-scan.yml GitHub Actions / .github/workflows/gitleaks-schedule-scan.ymlInvalid workflow file
|
||
secrets: inherit |