Nightly Snyk Scan #186
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
# Run Snyk nightly to scan and report security issues on staging. | |
name: Nightly Snyk Scan | |
# Job will run nightly at 02:05 EDT / 01:05 CDT | |
# Time below is UTC | |
on: | |
schedule: | |
- cron: "5 6 * * *" | |
workflow_dispatch: | |
jobs: | |
security-scan: | |
uses: liquibase/build-logic/.github/workflows/[email protected] | |
secrets: inherit |