Socket
Socket
Sign inDemoInstall

dockerfile_lint

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dockerfile_lint - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

2

lib/rulefile-loader.js

@@ -68,3 +68,3 @@ 'use strict';

if (!ruleFilePath) {
ruleFilePath = "config/default_rules.yaml"
ruleFilePath = config.DEFAULT_RULES;
}

@@ -71,0 +71,0 @@ var includedRuleProfiles = [];

{
"name": "dockerfile_lint",
"version": "0.2.3",
"version": "0.2.4",
"description": "Utility for linting a docker file against accepted good practices",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc