File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ * @ snyk/group-infrastructure-as-code
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments