Skip to content

Add CodeQL code scanning and extend Dependabot coverage (#29) - #96

Merged
szachovy merged 1 commit into
masterfrom
29-code-scanning-with-dependabot-updates
Apr 8, 2026
Merged

Add CodeQL code scanning and extend Dependabot coverage (#29)#96
szachovy merged 1 commit into
masterfrom
29-code-scanning-with-dependabot-updates

Conversation

@szachovy

@szachovy szachovy commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

Adds code scanning with CodeQL and extends Dependabot coverage to address #29.

Changes

CodeQL Code Scanning (.github/workflows/codeql.yml)

  • Runs Python static analysis on every push and weekly (Monday 06:00 UTC)
  • Reports findings to the GitHub Security tab under Code scanning alerts
  • Uses github/codeql-action/init@v3 and github/codeql-action/analyze@v3

Dependabot Updates (.github/dependabot.yml)

  • Added github-actions ecosystem to keep CI/CD action versions up to date
  • Added terraform ecosystem to keep Terraform provider versions up to date
  • Existing docker and pip ecosystems remain unchanged

Documentation

  • Added Supply Chain Security section to docs/SECURITY.md covering code scanning and dependency management
  • Updated CHANGELOG.md with new entries

Closes #29

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@szachovy szachovy mentioned this pull request Apr 7, 2026
22 tasks
- 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>
@szachovy
szachovy force-pushed the 29-code-scanning-with-dependabot-updates branch from 335ee44 to b1d2385 Compare April 8, 2026 09:25
@szachovy
szachovy merged commit 6099814 into master Apr 8, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code scanning with dependabot updates

2 participants