Moved to @snyk legal stuff

main
Elie 2021-12-06 14:09:27 +01:00
parent 964ff9c04f
commit 94d7c397f7
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
3 changed files with 6 additions and 5 deletions

View File

@ -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

1
.github/CODEOWNERS vendored
View File

@ -0,0 +1 @@
* @snyk/group-infrastructure-as-code

View File

@ -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.