Skip to content

KEH 2445 | Changing versioning from Tags to Image Digest - #83

Merged
co-opsw merged 4 commits into
mainfrom
KEH-2445_Image_Digest
Jul 7, 2026
Merged

KEH 2445 | Changing versioning from Tags to Image Digest#83
co-opsw merged 4 commits into
mainfrom
KEH-2445_Image_Digest

Conversation

@co-opsw

@co-opswco-opsw commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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

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

What

Image now uses Image Digest instead of Tags

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-2445

How to review

check code, check deployment worked

@github-actions

github-actionsBot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

DescriptorLinterFilesFixedErrorsWarningsElapsed time
✅ ACTIONzizmor3001.91s
⚠️ BASHbash-exec6400.04s
✅ BASHshellcheck6000.15s
✅ BASHshfmt6000.02s
✅ CSHARPcsharpier1000.54s
✅ DOCKERFILEhadolint1000.17s
✅ JSONjsonlint1000.11s
✅ JSONprettier1000.33s
✅ JSONv8r1002.52s
✅ MARKDOWNmarkdownlint6001.18s
✅ REPOSITORYcheckovyesnono29.26s
✅ REPOSITORYdustilockyesnono0.04s
✅ REPOSITORYgitleaksyesnono16.12s
✅ REPOSITORYgrypeyesnono60.01s
✅ REPOSITORYkingfisheryesnono12.06s
✅ REPOSITORYosv-scanneryesnono0.69s
✅ REPOSITORYsecretlintyesnono1.17s
✅ REPOSITORYsyftyesnono3.08s
✅ REPOSITORYtrivyyesnono12.39s
✅ REPOSITORYtrivy-sbomyesnono0.62s
✅ TERRAFORMterraform-fmt6000.53s
✅ YAMLprettier9000.46s
✅ YAMLv8r9007.72s
✅ YAMLyamllint9000.64s

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

@co-opsw
co-opsw marked this pull request as ready for review July 3, 2026 14:26

@TotalDwarf03TotalDwarf03 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.

👍

Comment threadterraform/main.tf
@co-opsw
co-opsw merged commit 345a861 into mainJul 7, 2026
5 checks passed
@co-opsw
co-opsw deleted the KEH-2445_Image_Digest branch July 7, 2026 13:08
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@co-opsw@hadiqur@TotalDwarf03