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 azure/setup-helm action from v4.2.0 to v4.3.0 (.github/workflows/test-helm-chart.yml) #11846

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2025

This PR contains the following updates:

Package Type Update Change
azure/setup-helm action minor v4.2.0 -> v4.3.0

Release Notes

azure/setup-helm (azure/setup-helm)

v4.3.0

Compare Source


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 Feb 18, 2025
@renovate renovate bot changed the title Update azure/setup-helm action from v4.2.0 to v4.3.0 (.github/workflows/test-helm-chart.yml) chore(deps): update azure/setup-helm action from v4.2.0 to v4.3.0 (.github/workflows/test-helm-chart.yml) Feb 18, 2025
Copy link

DryRun Security Summary

The pull request updates GitHub Actions workflow files for DefectDojo's Helm chart processes, including version updates for azure/setup-helm actions, while containing potential security considerations related to authentication, Git credentials, and repository history exposure.

Expand for full summary

This PR updates GitHub Actions workflow files for DefectDojo's Helm chart release and testing processes, specifically updating azure/setup-helm action versions.

Security Findings:

  1. Potential security considerations in release-x-manual-helm-chart.yml:

    • Uses GITHUB_TOKEN for authentication
    • Uses hardcoded Git username and email as environment variables
    • Checks out master branch with full history (fetch-depth: 0)
    • Workflow allows manual triggering with a release number input
    • Creates a draft release with the provided release number
    • Pushes changes to 'helm-charts' branch
  2. Potential sensitive configuration in test-helm-chart.yml:

    • Fetch depth set to 0, which might expose full repository history

Code Analysis

We ran 9 analyzers against 2 files 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

@renovate renovate bot changed the title chore(deps): update azure/setup-helm action from v4.2.0 to v4.3.0 (.github/workflows/test-helm-chart.yml) Update azure/setup-helm action from v4.2.0 to v4.3.0 (.github/workflows/test-helm-chart.yml) Feb 18, 2025
@mtesauro mtesauro merged commit 4ef633e into dev Feb 18, 2025
73 checks passed
@renovate renovate bot deleted the renovate/azure-setup-helm-4.x branch March 3, 2025 16:38
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