Moved to @snyk legal stuff
parent
964ff9c04f
commit
94d7c397f7
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
* @snyk/group-infrastructure-as-code
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue