git-to-k8s
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -229,3 +229,3 @@ #! /usr/bin/env node | ||
this.steps.forEach((_step, index) => { | ||
step = typeof(step) === 'object' ? _step : _step() | ||
const step = typeof(_step) === 'object' ? _step : _step() | ||
logger.iinfo(`Step: ${1 + index} / ${this.steps.length} - ${step.name}`) | ||
@@ -232,0 +232,0 @@ if (step.pre_hook) step.pre_hook() |
{ | ||
"name": "git-to-k8s", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Small tool to automate the git to url flow on k8s", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
82899
2144