1.8.0 • Published 11 months ago

snyk-iac-rules v1.8.0

Weekly downloads
-
License
Proprietary
Repository
github
Last release
11 months ago

snyk-iac-rules SDK


CircleCI Shellspec Tests Contract Tests Registries Tests Golang Version

Latest release version Latest release date

snyk-iac-rules is a Golang SDK that provides flags for writing, debugging, testing, bundling, and distributing custom rules for the Snyk IaC CLI.


About

The SDK is a tool for writing, debugging, testing, and bundling custom rules for Snyk Infrastructure as Code. See our Custom Rules documentation to learn more.

image

Install

The SDK can be installed through multiple channels.

Install with npm or Yarn

snyk-iac-rules available as an npm package. If you have Node.js installed locally, you can install it by running:

npm install snyk-iac-rules@latest -g

or if you are using Yarn:

yarn global add snyk-iac-rules

Install with Docker

snyk-iac-rules available as a docker image. If you have Docker installed locally, you can install it by running:

docker pull snyk/snyk-iac-rules:latest

You can then run the container like so:

docker run --rm -v $(pwd):/app snyk/snyk-iac-rules --help

More installation methods

Standalone executables

Use GitHub Releases to download a standalone executable of Snyk CLI for your platform.

For example, to download and run the latest SDK on macOS, you could run:

wget https://github.com/snyk/snyk-iac-rules/releases/download/v0.1.0/snyk-iac-rules_0.1.0_Darwin_x86_64.tar.gz
chmod +x ./snyk-iac-rules
mv ./snyk-iac-rules /usr/local/bin/

Drawback of this method is, that you will have to manually keep the SDK up to date.

Homebrew

Install the SDK from Snyk tap with Homebrew by running:

brew tap snyk/tap
brew install snyk-iac-rules

Scoop

Install the SDK from our Snyk bucket with Scoop on Windows:

scoop bucket add snyk https://github.com/snyk/scoop-snyk
scoop install snyk-iac-rules

Getting started with snyk-iac-rules

Once you installed the snyk-iac-rules SDK, you can verify it's working by running

snyk-iac-rules --help

For more help, read the documentation about Snyk Infrastructure as Code.

Getting support

We recommend reaching out via the support@snyk.io email whenever you need help with the SDK or Snyk in general.

  • See DEVELOPMENT.md for how to setup the environment, add a new command, run the code locally, and run the tests.
  • See RELEASE.md for how to release a new version of the SDK.

Contributing

This project is open source but we don't encourage outside contributors.

1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

1 year ago

1.5.5

2 years ago

1.5.7

2 years ago

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.1

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.5.1

3 years ago

0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.4.2

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago