Skip to content

Commit

Permalink
.github/workflows: disable scheduled trivy scans (#10414)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuval Kohavi <[email protected]>
  • Loading branch information
sam-heilbron and yuval-k authored Jan 8, 2025
1 parent c3e1651 commit 8fabb1f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/trivy-analysis-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ name: Scheduled Security Scan
on:
# allow for version to be manually specified under actions page
workflow_dispatch: {}
schedule:
# Monday 4am EST so as to hope for this to complete prior to a 9 AM check
- cron: "0 8 * * 1"
#
# Typically this job will execute on a weekly cadence
# Right now, it reports results to a Solo.io specific Slack channel
# During the ongoing donation process, we will want to find an appropriate place to report
# the results. In the meantime, we are disabling this action, as there is no action taken
# on the results
#
# schedule:
# Monday 4am EST so as to hope for this to complete prior to a 9 AM check
# - cron: "0 8 * * 1"

env:
SLACK_DEBUG_TESTING: false # when set to "true", send notifications to #slack-integration-testing. Otherwise, post to #edge-team-bots
Expand Down

0 comments on commit 8fabb1f

Please sign in to comment.