Commit e04f082
authored
chore(security): harden Dependabot config with cooldowns and missing ecosystems (#8016)
## Summary
This PR hardens `.github/dependabot.yml` against supply-chain risk in
three ways:
### 1. Add `cooldown` to the existing `github-actions` entry
Without a cooldown, a freshly-published (potentially compromised) Action
version can land in this repo the same day it is released — before the
security community has had time to detect a compromise. The 7-day
default gives a window for malicious releases to be caught and pulled.
### 2. Add `pip` ecosystem (daily + cooldown)
The repo contains **26+ `requirements*.txt` files** across `tools/`,
`aws/lambda/`, `s3_management/`, and elsewhere with **no automated CVE
update PRs** today. This entry scans from the repo root so Dependabot
will discover all pip dependency files.
### 3. Add `terraform` ecosystem scoped to
`/terraform-aws-github-runner`
The OpenTofu provider constraints (`~> 5.5`, `~> 3.4.2`, etc.) are
currently unmonitored. A separate PR tightens these to exact pins; this
entry ensures future upgrades still get automated PRs.
> 1 parent 63af42e commit e04f082
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments