Socket
Socket
Sign inDemoInstall

kube-workflow

Package Overview
Dependencies
126
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.18.8 to 1.18.9

2

common/package.json
{
"name": "kube-workflow-common",
"version": "1.18.8",
"version": "1.18.9",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

{
"name": "kube-workflow",
"version": "1.18.8",
"version": "1.18.9",
"repository": "git@github.com:SocialGouv/kube-workflow.git",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -16,10 +16,13 @@ const { Option } = require("commander")

.addOption(options.webhookBaseDomain)
.option("--repository", "git repository url, default to current")
.option("--branch", "git branch, default to current")
.option("--commit", "git commit sha, default to last commit of branch")
.option("--token", "kubewebook token")
.option("--webhook-uri", "kubewebook uri")
.option("--repository <repo>", "git repository url, default to current")
.option("--branch <ref>", "git branch, default to current")
.option(
"--commit <commit>",
"git commit sha, default to last commit of branch"
)
.option("--token <token>", "kubewebook token")
.option("--webhook-uri <uri>", "kubewebook uri")
.addOption(
new Option(
"[event]",
"event",
`pipeline event, default to "created" on version tag, "pushed" else`

@@ -26,0 +29,0 @@ ).choices(["pushed", "deleted", "created"])

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc