You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CodeQL code scanning and extend Dependabot coverage
- Add CodeQL workflow for Python static analysis on push and weekly schedule
- Add github-actions ecosystem to Dependabot for CI/CD action version updates
- Add terraform ecosystem to Dependabot for provider version updates
- Document supply chain security (code scanning and dependency management) in SECURITY.md
- Update CHANGELOG.md
Closes#29
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
*[PERFORMANCE.md](./docs/PERFORMANCE.md), [SECURITY.md](./docs/SECURITY.md) and [RELIABILITY.md](./docs/RELIABILITY.md) documents in the documentation.
13
+
* CodeQL code scanning workflow for Python static analysis. (#29)
14
+
* Dependabot updates for `github-actions` and `terraform` ecosystems. (#29)
0 commit comments