Skip to content

Commit

Permalink
Add AWS to the security announce list. (cortexproject#3686)
Browse files Browse the repository at this point in the history
* Add AWS to the security announce list.

Fixes cortexproject#3612

Signed-off-by: Tom Wilkie <[email protected]>

* Increase integration tests timeout

Signed-off-by: Marco Pracucci <[email protected]>

Co-authored-by: Marco Pracucci <[email protected]>
  • Loading branch information
tomwilkie and pracucci authored Jan 14, 2021
1 parent 50ab740 commit 17f8abc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
export CORTEX_IMAGE="${CORTEX_IMAGE_PREFIX}cortex:$IMAGE_TAG"
export CORTEX_CHECKOUT_DIR="/go/src/github.com/cortexproject/cortex"
echo "Running integration tests with image: $CORTEX_IMAGE"
go test -tags=requires_docker -timeout 1800s -v -count=1 ./integration/...
go test -tags=requires_docker -timeout 2400s -v -count=1 ./integration/...
env:
IMAGE_PREFIX: ${{ secrets.IMAGE_PREFIX }}

Expand Down
4 changes: 3 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ and also to the list below.

### Members of the list

Members of the list are listed below:
Members of the list are listed below:
- Cortex Maintainers
- AWS Security Announce (email private)

0 comments on commit 17f8abc

Please sign in to comment.