Skip to content

Commit 17f8abc

Browse files
tomwilkiepracucci
andauthored
Add AWS to the security announce list. (cortexproject#3686)
* 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]>
1 parent 50ab740 commit 17f8abc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
export CORTEX_IMAGE="${CORTEX_IMAGE_PREFIX}cortex:$IMAGE_TAG"
149149
export CORTEX_CHECKOUT_DIR="/go/src/github.com/cortexproject/cortex"
150150
echo "Running integration tests with image: $CORTEX_IMAGE"
151-
go test -tags=requires_docker -timeout 1800s -v -count=1 ./integration/...
151+
go test -tags=requires_docker -timeout 2400s -v -count=1 ./integration/...
152152
env:
153153
IMAGE_PREFIX: ${{ secrets.IMAGE_PREFIX }}
154154

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ and also to the list below.
8181

8282
### Members of the list
8383

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

0 commit comments

Comments
 (0)