Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit ec95ded

Browse files
committed
Make github-status quiet
The GitHub status function can leak tokens in stdout, so it needs to be set to non-verbose output. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 13eaafd commit ec95ded

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

github-event/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de/go.mod h1:uAbpy8G7sjNB4qYdY6ymf5OIQ+TLDPApBYiR0Vc3lhk=
2+
github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb/go.mod h1:W4OIp33RUOpR7wW+omJB/7GhIydRmYXvKf/VqUKI4yM=
3+
github.com/openfaas/openfaas-cloud v0.0.0-20200303103051-6c3e056a6ac4 h1:jF1EIT4TFUcWCMmGfUCL3d1KxijC88vQqN7rYk9KC6A=
4+
github.com/openfaas/openfaas-cloud v0.0.0-20200303103051-6c3e056a6ac4/go.mod h1:rzuJzd08m8hXz8xQ/CtVdiB8UYhDIroaJCJzGthBzME=

sdk/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/alexellis/hmac v0.0.0-20180624210714-d5d71edd7bc7 h1:tPX9nmLsuE/p4NpX7fhH3fSIS1Ra1DFHv6FvF65rnMU=
2+
github.com/alexellis/hmac v0.0.0-20180624210714-d5d71edd7bc7/go.mod h1:uAbpy8G7sjNB4qYdY6ymf5OIQ+TLDPApBYiR0Vc3lhk=
3+
github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb h1:ZVoe/adtSM12MduY4J/rJnSgGc0hIx602N2u+tg2Ujk=
4+
github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb/go.mod h1:W4OIp33RUOpR7wW+omJB/7GhIydRmYXvKf/VqUKI4yM=

stack.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,10 @@ functions:
145145
role: openfaas-system
146146
com.openfaas.scale.zero: false
147147
environment:
148-
write_debug: true
149-
read_debug: true
148+
write_debug: false
149+
read_debug: false
150150
combine_output: false
151151
validate_hmac: true
152-
debug_token: false
153152
environment_file:
154153
- gateway_config.yml
155154
- github.yml
@@ -298,8 +297,7 @@ functions:
298297
write_debug: true
299298
read_debug: true
300299
limits:
301-
memory: 128Mi
300+
memory: 64Mi
302301
requests:
303302
memory: 32Mi
304303
cpu: 50m
305-

0 commit comments

Comments
 (0)