Skip to content

Conversation

@florentsorel
Copy link
Contributor

@florentsorel florentsorel commented Nov 12, 2025

This pull request adds a new GitHub Actions workflow to lint Dockerfiles automatically. The workflow is managed by automation and should not be edited directly.

CI/CD automation:

  • Added a .github/workflows/dockerfile.yml workflow that runs Hadolint on all Dockerfile* files for linting on pull requests, pushes to master and prod, and merge group events. This helps maintain Dockerfile quality and consistency.
  • The workflow is auto-generated and managed by mobsuccessbot, ensuring consistency with organization-wide DevOps policies.

Copilot AI review requested due to automatic review settings November 12, 2025 12:41
@github-actions github-actions bot added the feat New Feature label Nov 12, 2025
@florentsorel florentsorel changed the title feat: add gha for dockerfile feat: add gha for dockerfile [FTTECH-3158] Nov 12, 2025
@florentsorel florentsorel self-assigned this Nov 12, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub Actions workflow for linting Dockerfiles using hadolint. The workflow is automatically generated by mobsuccessbot as part of the organization's GitHub policy.

  • Adds automated Dockerfile linting on pull requests, merge groups, and pushes to master/prod branches
  • Uses hadolint-action v3.3.0 with configuration to handle recursive Dockerfile checking
  • Overrides certain hadolint rules (DL3008, DL3018) to info level

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@florentsorel florentsorel merged commit aacc62c into master Nov 12, 2025
8 checks passed
@florentsorel florentsorel deleted the feat/add-dockerfile-gha branch November 12, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat New Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants