Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snyk/cli
base: v1.1130.0
Choose a base ref
...
head repository: snyk/cli
compare: v1.1131.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    76f26c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4495 from snyk/chore/HEAD-156_update_go_plugin

    feat: update snyk-go-plugin 1.19.5
    PeterSchafer committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e035d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. feat: add IAC_RULES_CLIENT_URL to override the URL of the rules cli…

    …ent in snyk-iac-test
    
    This is a "hidden" env var to override the url of the rulesClient that is being used later in snyk-iac-test, to create a client for opa-rules-distribution.
    With this flag, we will be able to test bundles in development, while going through the opa-rules-distribution automatic download process.
    
    To use locally:
    ``` SNYK_IAC_RULES_CLIENT_URL=https://something.com snyk-dev iac test test/fixtures/iac/terraform/sg_open_ssh.tf
    ```
    
    chore: bump snyk-iac-test to 0.42.0
    Ilianna Papastefanou committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d9721f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4497 from snyk/feat/add-iac-rules-client-url-env-var

    feat: add `IAC_RULES_CLIENT_URL` to override the URL of the rules client [CCSC-1536]
    ipapast committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5acf0ca View commit details
    Browse the repository at this point in the history