Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update helm/chart-testing-action action from v2.6.1 to v2.7.0 (.github/workflows/test-helm-chart.yml) #11601

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Type Update Change
helm/chart-testing-action action minor v2.6.1 -> v2.7.0

Release Notes

helm/chart-testing-action (helm/chart-testing-action)

v2.7.0

Compare Source

For ct change see https://github.com/helm/chart-testing/releases/tag/v3.12.0

What's Changed

New Contributors

Full Changelog: helm/chart-testing-action@v2.6.1...v2.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link

DryRun Security Summary

The pull request updates the GitHub Actions workflow for linting the DefectDojo Helm chart, upgrading the chart-testing action version and maintaining security checks and versioning practices.

Expand for full summary

Summary:

The code changes in this pull request are focused on updating the GitHub Actions workflow responsible for linting the Helm chart for the DefectDojo application. The key changes include updating the version of the helm/chart-testing-action from v2.6.1 to v2.7.0, which is responsible for setting up the chart-testing environment and running the necessary checks on the Helm chart.

From an application security perspective, the changes are positive as they ensure that the Helm chart is properly linted to catch potential security issues, such as missing or insecure configuration options. Additionally, the workflow includes a check to ensure that the chart version is incremented when changes are made, except for the dev and bugfix branches, which helps maintain a consistent versioning scheme and ensures that changes are properly tracked. While the workflow includes commented-out steps for creating a Kind cluster and installing the Helm chart, these could be useful for performing additional testing and validation of the chart, such as ensuring that the application can be deployed and run correctly.

Files Changed:

  • .github/workflows/test-helm-chart.yml: This file contains the GitHub Actions workflow responsible for linting the DefectDojo Helm chart. The key changes include:
    • Updating the version of the helm/chart-testing-action from v2.6.1 to v2.7.0.
    • Maintaining the Helm chart linting process, which can help catch potential security issues.
    • Implementing a check to ensure that the chart version is incremented when changes are made, except for the dev and bugfix branches.
    • Including commented-out steps for creating a Kind cluster and installing the Helm chart, which could be useful for additional testing and validation.

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

View PR in the DryRun Dashboard.

Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

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

Approved

@Maffooch Maffooch merged commit facb7e7 into dev Jan 21, 2025
73 checks passed
@renovate renovate bot deleted the renovate/helm-chart-testing-action-2.x branch February 3, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants