Skip to content

Commit 94d7c39

Browse files
committed
Moved to @snyk legal stuff
1 parent 964ff9c commit 94d7c39

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
name: "Ensure GnuPG is available"
9696
command: gpg --version
9797
- run:
98-
name: "Import cloudskiff signing key"
98+
name: "Import signing key"
9999
command: |
100100
echo ${SIGNINGKEY} | base64 -d | gpg --import
101101
- run:
@@ -149,7 +149,7 @@ jobs:
149149
- run:
150150
name: "Update Lambda version"
151151
command: |
152-
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
152+
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
153153
./lambda-env-updater_linux_amd64\
154154
-name ${FUNCTION_NAME}\
155155
-env "LATEST_VERSION=${CIRCLE_TAG}"
@@ -255,8 +255,8 @@ workflows:
255255
ignore: /.*/
256256
- release:
257257
context:
258-
- driftctl
259-
- cloudskiff-signing
258+
- driftctl-snyk
259+
- driftctl-signing
260260
requires:
261261
- lint
262262
- test

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @snyk/group-infrastructure-as-code

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2020-2021 Cloudskiff
190+
Copyright 2020-2021 Snyk Ltd.
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)