The access token is now passed in a http header #65
feature-branch.yml
on: pull_request
terraform-module
/
...
/
format
16s
terraform-module
/
...
/
validate
13s
terraform-module
/
...
/
validate
6s
terraform-module
/
ci-labels
3s
terraform-module
/
...
/
lint-find-dirs
4s
Matrix: terraform-module / ci-terraform / lint
terraform-module
/
ci
0s
Annotations
4 errors and 2 warnings
terraform-module / ci-readme / validate
Process completed with exit code 1.
|
terraform-module / ci-readme / validate
Process completed with exit code 1.
|
terraform-module / ci-terraform / format
Process completed with exit code 1.
|
terraform-module / ci
Process completed with exit code 1.
|
terraform-module / ci-terraform / format:
modules/conformance-pack/main.tf#L16
[terraform fmt -recursive] reported by reviewdog 🐶
Raw Output:
modules/conformance-pack/main.tf:16:-
modules/conformance-pack/main.tf:16:+
|
terraform-module / ci-terraform / format:
modules/conformance-pack/main.tf#L18
[terraform fmt -recursive] reported by reviewdog 🐶
Raw Output:
modules/conformance-pack/main.tf:18:- request_headers = var.access_token == "" ? {} : { Authorization = "token ${ var.access_token }" }
modules/conformance-pack/main.tf:18:+ request_headers = var.access_token == "" ? {} : { Authorization = "token ${var.access_token}" }
|