Gathering detailed insights and metrics for @brandonkal/pulumi-command
Gathering detailed insights and metrics for @brandonkal/pulumi-command
Gathering detailed insights and metrics for @brandonkal/pulumi-command
Gathering detailed insights and metrics for @brandonkal/pulumi-command
A Pulumi resource provider for running commands
npm install @brandonkal/pulumi-command
Typescript
Module System
Go (53.78%)
Python (27.46%)
C# (9.95%)
Makefile (5.12%)
TypeScript (3.69%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
15 Stars
27 Commits
1 Forks
1 Watchers
2 Branches
4 Contributors
Updated on Mar 16, 2023
Latest Version
1.0.5
Package Id
@brandonkal/pulumi-command@1.0.5
Unpacked Size
17.04 kB
Size
6.01 kB
File Count
6
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
This is a simple Pulumi provider that allows one to run arbitrary commands and treat their outputs as a resource. With this, anything can be done in a Pulumi program.
It is important to ensure that the output of a command is deterministic. If it is not, use the diff command to ensure the net results are deterministic. The output of the update and and create commands should remain the same (not just the command effects). See the examples for usage details.
After installing the node module into your pulumi project, you will need to install the go binary globally. You may place it in your PATH or place it in the plugins directory:
1cd cmd/pulumi-resource-command 2mkdir -p ~/.pulumi/plugins/resource-command-v1.0.5/ 3go build && mv pulumi-resource-command ~/.pulumi/plugins/resource-command-v1.0.5/
Thank you to Luke Hoban for his help answering my Pulumi questions on Slack.
© Brandon Kalinowski. Apache-2.0.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 2/21 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
Project has not signed or included provenance with any releases.
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More