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

deps(python): bump checkov from 3.2.270 to 3.2.278 in /dependencies/python #305

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps checkov from 3.2.270 to 3.2.278.

Release notes

Sourced from checkov's releases.

3.2.277

Bug Fix

  • secrets: add detector for IbmCosHmac - #6790

3.2.276

Bug Fix

  • terraform: Fix possible exception when for_each data has boolean values - #6733

3.2.275

Feature

  • arm: Add arm definition context - #6801

Bug Fix

  • cloudformation: change parse log level - #6794
  • general: pipenv==2024.0.3 - #6803
  • secrets: omit all secrets value in line - #6802
  • terraform: Security group attached to aws_mskconnect_connector is not recognized - #6780

3.2.271

Feature

  • sca: add enableDotnetCpm env var to sca scan request - #6786
Changelog

Sourced from checkov's changelog.

CHANGELOG

Unreleased

3.2.277 - 2024-11-03

Bug Fix

  • secrets: add detector for IbmCosHmac - #6790

3.2.276 - 2024-10-31

Bug Fix

  • terraform: Fix possible exception when for_each data has boolean values - #6733

3.2.275 - 2024-10-30

Feature

  • arm: Add arm definition context - #6801

Bug Fix

  • cloudformation: change parse log level - #6794
  • general: pipenv==2024.0.3 - #6803
  • secrets: omit all secrets value in line - #6802
  • terraform: Security group attached to aws_mskconnect_connector is not recognized - #6780

3.2.271 - 2024-10-29

Feature

  • sca: add enableDotnetCpm env var to sca scan request - #6786
Commits
  • da48409 fix(arm): Align arm definitions function arguments (#6808)
  • 3ac8929 fix(arm): Align arm definitions function arguments (#6808)
  • c34fd73 chore: update release notes
  • c83f91c fix(secrets): add detector for IbmCosHmac (#6790)
  • 55cbdc9 fix(secrets): add detector for IbmCosHmac (#6790)
  • 2b03a6b chore: update release notes
  • 30c3e8e fix(terraform): Fix possible exception when for_each data has boolean values ...
  • f5670d9 fix(terraform): Fix possible exception when for_each data has boolean values ...
  • 0f86a2a chore: update release notes
  • 5df25bf fix(cloudformation): change parse log level (#6794)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Bump Checkov from version 3.2.270 to 3.2.278, introducing new features and multiple bug fixes. This update includes adding ARM definition context support and several bug fixes related to secrets detection, Terraform, and CloudFormation.

New Features:

  • Add ARM definition context support in Checkov.

Bug Fixes:

  • Add detector for IbmCosHmac in secrets scanning.
  • Fix possible exception in Terraform when for_each data contains boolean values.
  • Change parse log level in CloudFormation.
  • Ensure security group attached to aws_mskconnect_connector is recognized in Terraform.

Bumps [checkov](https://github.com/bridgecrewio/checkov) from 3.2.270 to 3.2.278.
- [Release notes](https://github.com/bridgecrewio/checkov/releases)
- [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md)
- [Commits](bridgecrewio/checkov@3.2.270...3.2.278)

---
updated-dependencies:
- dependency-name: checkov
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
Copy link

sourcery-ai bot commented Nov 4, 2024

Reviewer's Guide by Sourcery

This is a dependency update PR that bumps the checkov package from version 3.2.270 to 3.2.278. The update includes several bug fixes across different modules (secrets, terraform, cloudformation) and adds new features for ARM template handling and SCA scanning.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Bug fixes in multiple modules
  • Added detector for IbmCosHmac in secrets module
  • Fixed exception handling for boolean values in terraform for_each
  • Changed CloudFormation parse log level
  • Fixed security group recognition for aws_mskconnect_connector
  • Updated pipenv to version 2024.0.3
dependencies/python/checkov.txt
New feature additions
  • Added ARM definition context
  • Added enableDotnetCpm environment variable support for SCA scan requests
dependencies/python/checkov.txt

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@github-actions github-actions bot merged commit 8d2dc1f into main Nov 4, 2024
12 checks passed
@github-actions github-actions bot deleted the dependabot/pip/dependencies/python/checkov-3.2.278 branch November 4, 2024 14:12
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

@dependabot merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Sorry, only users with push access can use that command.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants