dockerfilelint
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -134,2 +134,6 @@ 'use strict'; | ||
} | ||
} else if (subcommand === 'update') { | ||
if (!run_checks.includes_rmaptlists(args)) { | ||
messages.push({line: parseInt(idx)+1, name: 'apt-get_missing_rm', message: 'apt-get update should include a matching /var/lib/apt/lists/*'}) | ||
} | ||
} else if (subcommand === 'upgrade') { | ||
@@ -136,0 +140,0 @@ messages.push({line: parseInt(idx)+1, name: 'apt-get-upgrade', message: 'apt-get upgrade is not allowed'}); |
{ | ||
"name": "dockerfilelint", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A linter for Dockerfiles to find bugs and encourage best practices", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33686
532