diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ab37a8a..fdd7ae4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @snyk/bizdev-engineering +* @snyk/hammer diff --git a/src/commands/scan.yml b/src/commands/scan.yml index eb142e5..4733b24 100644 --- a/src/commands/scan.yml +++ b/src/commands/scan.yml @@ -61,6 +61,8 @@ steps: # install snyk - run: name: Download Snyk CLI + environment: + SNYK_INTEGRATION_NAME: CIRCLECI_ORB command: | if [[ ! -x "/usr/local/bin/snyk" ]]; then if [[ "<>" == "alpine" && "<>" == "true" ]]; then @@ -79,11 +81,15 @@ steps: steps: - run: name: "Run Snyk protect to apply patches from .snyk file" + environment: + SNYK_INTEGRATION_NAME: CIRCLECI_ORB command: | snyk protect <> # snyk test - run: name: "Run Snyk test to scan app for vulnerabilities" + environment: + SNYK_INTEGRATION_NAME: CIRCLECI_ORB command: > snyk test <<#parameters.docker-image-name>>--docker <><> @@ -98,6 +104,8 @@ steps: steps: - run: name: "Run Snyk monitor for continuous monitoring on snyk.io" + environment: + SNYK_INTEGRATION_NAME: CIRCLECI_ORB command: > snyk monitor <<#parameters.docker-image-name>>--docker <><>