Skip to content

The access token is now passed in a http header #65

The access token is now passed in a http header

The access token is now passed in a http header #65

Re-run triggered January 24, 2024 15:48
Status Failure
Total duration 1m 5s
Artifacts

feature-branch.yml

on: pull_request
terraform-module  /  ...  /  format
16s
terraform-module / ci-terraform / format
terraform-module  /  ...  /  validate
13s
terraform-module / ci-readme / validate
terraform-module  /  ...  /  validate
6s
terraform-module / ci-codeowners / validate
terraform-module  /  ci-labels
3s
terraform-module / ci-labels
terraform-module  /  ...  /  lint-find-dirs
4s
terraform-module / ci-terraform / lint-find-dirs
Matrix: terraform-module / ci-terraform / lint
terraform-module  /  ci
0s
terraform-module / ci
Fit to window
Zoom out
Zoom in

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}" }