Update cron schedule for container scan#1278
Merged
Merged
Conversation
Changed the cron schedule for the container scan workflow.
|
Images built and published to ECR using a Build Id of PR-1076-23cc01f |
chiaramapellimt
previously approved these changes
May 27, 2026
|
Looks good. No mutations were possible for these changes. |
chiaramapellimt
approved these changes
May 27, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is intended to make the container image security scan run less frequently (Mondays at 04:00), but the current diff removes the container scan GitHub Actions workflow entirely, which would stop scheduled (and push-triggered) scanning.
Changes:
- Deletes
.github/workflows/container-scan.yml(removing container scan automation), instead of updating its cron schedule.
Comments suppressed due to low confidence (1)
.github/workflows/container-scan.yml:1
- This PR deletes the entire
.github/workflows/container-scan.ymlworkflow rather than updating the cron schedule as described. Unless the intention is to remove container scanning completely, please restore the workflow and change onlyon.schedule.cron(e.g.0 4 * * 1). When restoring, also avoidaquasecurity/trivy-action@master(pin to a tagged release or SHA) and note GitHub Actions cron runs in UTC (so confirm “4 AM Monday” is meant in UTC vs local time).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Changed the cron schedule for the container scan workflow.
Why
Just to make scans for Docker containers regular but less frequent (4 AM on Monday)
Type of change
Please delete options that are not relevant.
Checklist: