Skip to content

KEH-2460 - Concourse IAM Refactor - #87

Merged
TotalDwarf03 merged 5 commits into
mainfrom
KEH-2460-Concourse-IAM-Refactor
Aug 25, 2026
Merged

KEH-2460 - Concourse IAM Refactor#87
TotalDwarf03 merged 5 commits into
mainfrom
KEH-2460-Concourse-IAM-Refactor

Conversation

@TotalDwarf03

Copy link
Copy Markdown
Contributor

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

What

  • Updates Concourse pipeline to use IAM roles instead of user.
  • Bumps dependencies
  • Remove any unused TF variables.

Testing

Have any new tests been added as part of this issue? If not, try to explain why test coverage is not needed here.

  • Yes
  • No
    Please write a brief description of why test coverage is not necessary here.
  • Not as part of this ticket. (Could be done at a later point)

Documentation

Has any new documentation been written as part of this issue? We should try to keep documentation up to date
as new code is added, rather than leaving it for the future.

  • Yes
  • No
    Please write a brief description of why documentation is not necessary here.
  • Not as part of this ticket. (Could be done at a later point)

Related issues

KEH-2460 (Jira)

How to review

Working pipeline visible in Concourse.

@TotalDwarf03 TotalDwarf03 self-assigned this Aug 24, 2026
@TotalDwarf03 TotalDwarf03 added the enhancement New feature or request label Aug 24, 2026
@github-actions

github-actions Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION zizmor 3 0 0 1.52s
⚠️ BASH bash-exec 6 4 0 0.02s
✅ BASH shellcheck 6 0 0 0.15s
✅ BASH shfmt 6 0 0 0.02s
✅ CSHARP csharpier 1 0 0 0.38s
✅ DOCKERFILE hadolint 1 0 0 0.11s
✅ JSON jsonlint 1 0 0 0.1s
✅ JSON prettier 1 0 0 0.31s
✅ JSON v8r 1 0 0 2.4s
✅ MARKDOWN markdownlint 6 0 0 2.22s
✅ REPOSITORY checkov yes no no 28.5s
✅ REPOSITORY dustilock yes no no 0.07s
✅ REPOSITORY gitleaks yes no no 15.11s
✅ REPOSITORY grype yes no no 72.58s
✅ REPOSITORY kingfisher yes no no 11.78s
✅ REPOSITORY osv-scanner yes no no 0.63s
✅ REPOSITORY secretlint yes no no 1.14s
✅ REPOSITORY syft yes no no 3.56s
✅ REPOSITORY trivy yes no no 10.54s
✅ REPOSITORY trivy-sbom yes no no 0.38s
✅ TERRAFORM terraform-fmt 6 0 0 0.45s
✅ YAML prettier 9 0 0 0.55s
✅ YAML v8r 9 0 0 8.45s
✅ YAML yamllint 9 0 0 0.57s

Detailed Issues

⚠️ BASH / bash-exec - 4 errors
Results of bash-exec linter (version 5.3.3)
See documentation on https://megalinter.io/9.5.0/descriptors/bash_bash_exec/
-----------------------------------------------

❌ [ERROR] concourse/scripts/assume_role.sh
    Error: File:[concourse/scripts/assume_role.sh] is not executable

✅ [SUCCESS] concourse/scripts/build_image.sh
✅ [SUCCESS] concourse/scripts/set_pipeline.sh
❌ [ERROR] concourse/scripts/terraform_infra.sh
    Error: File:[concourse/scripts/terraform_infra.sh] is not executable

❌ [ERROR] shell_scripts/md_fix.sh
    Error: File:[shell_scripts/md_fix.sh] is not executable

❌ [ERROR] shell_scripts/md_lint.sh
    Error: File:[shell_scripts/md_lint.sh] is not executable

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.5.0 --custom-flavor-setup --custom-flavor-linters ACTION_ZIZMOR,BASH_EXEC,BASH_SHELLCHECK,BASH_SHFMT,CSHARP_CSHARPIER,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,REPOSITORY_CHECKOV,REPOSITORY_DUSTILOCK,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_OSV_SCANNER,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_KINGFISHER,TERRAFORM_TERRAFORM_FMT,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@delterr delterr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@TotalDwarf03
TotalDwarf03 merged commit cc09260 into main Aug 25, 2026
5 of 6 checks passed
@TotalDwarf03
TotalDwarf03 deleted the KEH-2460-Concourse-IAM-Refactor branch August 25, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants