diff --git a/.circleci/config.yml b/.circleci/config.yml index 4842b47e..689ff77e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,7 +95,7 @@ jobs: name: "Ensure GnuPG is available" command: gpg --version - run: - name: "Import cloudskiff signing key" + name: "Import signing key" command: | echo ${SIGNINGKEY} | base64 -d | gpg --import - run: @@ -149,7 +149,7 @@ jobs: - run: name: "Update Lambda version" command: | - wget "https://github.com/cloudskiff/lambda-env-updater/releases/download/v1.0.0/lambda-env-updater_linux_amd64" && chmod +x lambda-env-updater_linux_amd64 + wget "https://github.com/snyk/lambda-env-updater/releases/download/v1.0.0/lambda-env-updater_linux_amd64" && chmod +x lambda-env-updater_linux_amd64 ./lambda-env-updater_linux_amd64\ -name ${FUNCTION_NAME}\ -env "LATEST_VERSION=${CIRCLE_TAG}" @@ -255,8 +255,8 @@ workflows: ignore: /.*/ - release: context: - - driftctl - - cloudskiff-signing + - driftctl-snyk + - driftctl-signing requires: - lint - test diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e69de29b..aab891c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @snyk/group-infrastructure-as-code diff --git a/LICENSE.md b/LICENSE.md index ef03e9d3..99389790 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2020-2021 Cloudskiff + Copyright 2020-2021 Snyk Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.