Duke-GCB / Duke-GCB/drupal-security-check
Update for incremental runs
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently the script filters the list of items to *right now minus 7 days*. This could miss (or duplicate) reports if the script does not run exactly every 7 days.
Instead, we should record the identifiers of the reports we've seen each time the script runs, and only report updates that have not yet been seen.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.