Below you will find pages that utilize the taxonomy term “Tmatens”
August 27, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.26.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action performs security-focused linting on Docker Compose files to identify and fix potential vulnerabilities such as privilege escalation, network exposure, supply chain issues, file and credential leaks. It automates the detection and correction of these problems before they reach production. The action is useful for ensuring that any real-world Docker Compose files are secure before deployment.
August 27, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.25.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is a security-focused linter for Docker Compose files that checks for dangerous misconfigurations before they reach production. It catches privilege flaws, network exposure, supply-chain issues, filesystem and credential leaks, and provides auto-fixes where possible. The action is built for anyone whose Compose file runs real services and serves as the pre-merge gate to catch misconfiguration before deployment.
August 24, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.24.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary compose-lint is a security-focused linter for Docker Compose files that detects and fixes common vulnerabilities. It identifies issues such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. The tool automates these checks in CI before they reach production, ensuring better security practices are followed.
August 24, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.23.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action compose-lint is a security-focused linter for Docker Compose files that checks for dangerous misconfigurations, such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. It catches these issues in CI before they reach production by automatically fixing the unambiguous ones with a dry-run first approach. The action is grounded in OWASP and the CIS Docker Benchmark and provides full rule documentation online.
August 22, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.22.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary compose-lint is a security-focused linter that checks Docker Compose files for potential vulnerabilities, including privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. It catches these issues before they reach production and provides automated fixes. The tool uses OWASP and the CIS Docker Benchmark as its foundation and is suitable for developers who ship Docker Compose files to production or want defense in depth in a home lab.
August 20, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.21.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Purpose and Functionality: compose-lint is a security-focused linter for Docker Compose files that detects and fixes dangerous misconfigurations in CI pipelines. It automates security checks, catches common vulnerabilities such as privilege flaws, network exposure, supply-chain issues, file leaks, and credential leaks.
August 18, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.19.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary compose-lint is a security-focused linter for Docker Compose files that detects and auto-fixes dangerous misconfigurations such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. It provides a static analysis check for docker-compose.yml and compose.yaml files, with full rule documentation at tmatens.github.io/compose-lint. The tool catches these security issues in CI before they reach production.
August 14, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.18.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The compose-lint GitHub Action performs security-focused linting on Docker Compose files to detect and auto-fix dangerous misconfigurations before they reach production. It covers issues such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. The tool helps ensure better security practices by automating static-analysis checks and providing detailed explanations of findings for quick remediation.
August 12, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.17.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The compose-lint action is a security-focused linter for Docker Compose files that catches dangerous misconfigurations before they reach production. It automates the process of identifying and fixing common security vulnerabilities in docker-compose.yml and compose.yaml files, such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. The action provides a full rule documentation at tmatens.github.io/compose-lint for reference.
August 11, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.16.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is a static-analysis linter for Docker Compose files that checks for security vulnerabilities such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, hard-coded credentials, and more. It catches these issues before they reach production and provides auto-fixes for unambiguous problems during a dry-run. The action leverages OWASP and CIS Docker Benchmarks to ensure compliance with best practices.
August 9, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.2.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The compose-lint GitHub Action is a security-focused linter for Docker Compose files. It checks for dangerous misconfigurations such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, and hard-coded credentials before they reach production. The action auto-fixes the unambiguous issues and provides a dry-run option to identify potential vulnerabilities in your Docker Compose configurations.
August 8, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.1.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is a security-focused linter for Docker Compose files that automates static analysis to catch dangerous misconfigurations. It identifies issues such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, and hard-coded credentials, providing auto-fixes where possible. The action solves the problem of catching vulnerabilities in Docker Compose configurations before they reach production, using OWASP and CIS benchmarks for guidance.
August 7, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.0.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The compose-lint action is a security-focused linter for Docker Compose files that checks for dangerous misconfigurations before they reach production. It catches common security flaws such as privilege issues, network exposure, and supply-chain vulnerabilities by static analysis of the docker-compose.yml and compose.yaml files. The action provides an auto-fix feature with a dry-run option to identify potential security issues in your Docker Compose configurations.