New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@runnerty/executor-shell

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runnerty/executor-shell

Runnerty module: shell executor

Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
32
Maintainers
1
Weekly downloads
 
Created
Source

Shell executor for Runnerty:

Configuration sample:

Local

{
  "id": "shell_default",
  "type": "@runnerty/executor-shell"
}

Remote (SSH)

{
  "id": "shell_ssh",
  "type": "@runnerty/executor-shell",
  "host": "remote.server.com",
  "username": "runnerty",
  "privateKey": "./ssh/privateKeyFile.pem"
}

Plan sample:

{
  "id":"shell_default",
  "command":"tar cvfz /var/backups/stf.tar /var/stranger_things/"
}
{
  "id":"shell_default",
  "command":"python",
  "args":["myscript.py","hello"]
}
{
  "id":"shell_default",
  "command":"echo",
  "args":["hello world"]
}

Keywords

runnerty

FAQs

Package last updated on 22 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts