Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Ignores specific rules that may conflict with multi-stage builds
- name: Lint Containerfiles with Hadolint (Security Report)
if: steps.containerfiles.outputs.found == 'true'
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.2.0
with:
dockerfile: './Containerfile'
failure-threshold: warning
Expand All @@ -134,7 +134,7 @@ jobs:
# Helps developers see issues without navigating to Security tab
- name: Lint Containerfiles with Hadolint (Console Output)
if: steps.containerfiles.outputs.found == 'true'
uses: hadolint/hadolint-action@v3.1.0
uses: hadolint/hadolint-action@v3.2.0
with:
dockerfile: './Containerfile'
failure-threshold: warning
Expand Down