Skip to content

Commit ad321a0

Browse files
chore(deps): update all dependencies (#1288)
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [aws](https://registry.terraform.io/providers/hashicorp/aws) ([source](https://redirect.github.com/hashicorp/terraform-provider-aws)) | required_provider | minor | `5.98.0` -> `5.99.1` | [![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.99.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.99.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.98.0/5.99.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.98.0/5.99.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [boto3](https://redirect.github.com/boto/boto3) | | patch | `==1.38.27` -> `==1.38.32` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.38.27/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.38.27/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [botocore](https://redirect.github.com/boto/botocore) | | patch | `==1.38.27` -> `==1.38.32` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.38.27/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.38.27/1.38.32?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [checkmarx/kics](https://redirect.github.com/Checkmarx/kics) | container | patch | `v2.1.9-debian` -> `v2.1.10-debian` | [![age](https://developer.mend.io/api/mc/badges/age/docker/checkmarx%2fkics/v2.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/checkmarx%2fkics/v2.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/checkmarx%2fkics/v2.1.9/v2.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/checkmarx%2fkics/v2.1.9/v2.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-aws (aws)</summary> ### [`v5.99.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5991-Unreleased) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.99.0...v5.99.1) BUG FIXES: - resource/aws_fms_admin_account: Fix `panic: runtime error: invalid memory address or nil pointer dereference` ([#&#8203;42813](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42813)) - resource/aws_lb: Ignore `InvalidAction` exceptions for `DescribeCapacityReservation` operations. This fixes a regression introduced in [v5.99.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5990-may-29-2025) ([#&#8203;42812](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42812)) - resource/aws_s3\_bucket_lifecycle_configuration: Correctly handles switching child attributes of `rule.filter`. ([#&#8203;42655](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42655)) ### [`v5.99.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5990-Unreleased) [Compare Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.98.0...v5.99.0) FEATURES: - **New Resource:** `aws_notifications_channel_association` ([#&#8203;42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575)) - **New Resource:** `aws_notifications_event_rule` ([#&#8203;42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575)) - **New Resource:** `aws_notifications_notification_configuration` ([#&#8203;42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575)) - **New Resource:** `aws_notifications_notification_hub` ([#&#8203;42544](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42544)) - **New Resource:** `aws_notificationscontacts_email_contact` ([#&#8203;42575](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42575)) - **New Resource:** `aws_quicksight_account_settings` ([#&#8203;42185](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42185)) - **New Resource:** `aws_workspacesweb_browser_settings` ([#&#8203;42681](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42681)) - **New Resource:** `aws_workspacesweb_network_settings` ([#&#8203;42722](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42722)) - **New Resource:** `aws_workspacesweb_user_settings` ([#&#8203;42783](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42783)) ENHANCEMENTS: - data-source/aws_ami: Add `block_device_mappings.ebs["volume_initialization_rate"]` attribute ([#&#8203;42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684)) - data-source/aws_launch_template: Add `block_device_mappings.ebs.volume_initialization_rate` attribute ([#&#8203;42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684)) - data-source/aws_verifiedpermissions_policy_store: Add `tags` attribute. This functionality requires the `verifiedpermissions:ListTagsForResource` IAM permission ([#&#8203;42663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42663)) - resource/aws_ecs_service: Add `volume_configuration.managed_ebs_volume.volume_initialization_rate` argument ([#&#8203;42750](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42750)) - resource/aws_launch_template: Add `block_device_mappings.ebs.volume_initialization_rate` argument ([#&#8203;42684](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42684)) - resource/aws_lb: Add `minimum_load_balancer_capacity` configuration block. This functionality requires the `elasticloadbalancing:DescribeCapacityReservations` and `elasticloadbalancing:ModifyCapacityReservation` IAM permissions ([#&#8203;42685](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42685)) - resource/aws_organizations_account: Allow `name` to be updated in-place. This functionality requires the `account:PutAccountName` IAM permission ([#&#8203;42350](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42350)) - resource/aws_securityhub_standards_subscription: Add configurable Create and Delete timeouts ([#&#8203;42759](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42759)) - resource/aws_verifiedpermissions_policy_store: Add `tags` argument and `tags_all` attribute. This functionality requires the `verifiedpermissions:ListTagsForResource`, `verifiedpermissions:TagResource`, and `verifiedpermissions:UntagResource` IAM permissions ([#&#8203;42663](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42663)) BUG FIXES: - data-source/aws_ecr_repository_creation_template: `prefix` can now be up to 256 characters ([#&#8203;42723](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42723)) - resource/aws_cloudwatch_log_stream: Fix to return the first matched stream name during the read operation. This fixes a regression introduced in [v5.83.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5830-january--9-2025) ([#&#8203;42719](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42719)) - resource/aws_cognitoidp_user_pool: Fix crash when the `user_pool_add_ons.advanced_security_additional_flows` block is non-empty, but contains only a single `nil` value. ([#&#8203;42793](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42793)) - resource/aws_ecr_repository_creation_template: `prefix` can now be up to 256 characters ([#&#8203;42723](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42723)) - resource/aws_elasticache_replication_group: Fix crash during read operations where configuration endpoint and node groups are nil and empty, respectively ([#&#8203;42726](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42726)) - resource/aws_s3\_bucket: Ensure that `HeadBucket` S3 API calls are made using configured credentials. This fixes a regression introduced in [v5.98.0](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5980-may-15-2025) ([#&#8203;42786](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42786)) - resource/aws_s3\_bucket_lifecycle_configuration: No longer returns warning on empty `rule.filter`. ([#&#8203;42624](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42624)) - resource/aws_vpc_endpoint: Fix issue where `dns_options` were not being updated correctly when `private_dns_enabled` was set to true ([#&#8203;42746](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/42746)) </details> <details> <summary>boto/boto3 (boto3)</summary> ### [`v1.38.32`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13832) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.31...1.38.32) \======= - api-change:`bedrock-agent-runtime`: \[`botocore`] This release introduces the `PromptCreationConfigurations` input parameter, which includes fields to control prompt population for `InvokeAgent` or `InvokeInlineAgent` requests. - api-change:`kms`: \[`botocore`] Remove unpopulated KeyMaterialId from Encrypt Response - api-change:`rds`: \[`botocore`] Include Global Cluster Identifier in DBCluster if the DBCluster is a Global Cluster Member. - api-change:`rekognition`: \[`botocore`] Adds support for defining an ordered preference list of different Rekognition Face Liveness challenge types when calling CreateFaceLivenessSession. - api-change:`route53`: \[`botocore`] Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - api-change:`s3tables`: \[`botocore`] S3 Tables now supports getting details about a table via its table ARN. ### [`v1.38.31`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13831) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.30...1.38.31) \======= - api-change:`bcm-pricing-calculator`: \[`botocore`] Updating the minimum for List APIs to be 1 (instead of 0) - api-change:`cloudformation`: \[`botocore`] Add new warning type 'EXCLUDED_PROPERTIES' - api-change:`kms`: \[`botocore`] AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin). - api-change:`wafv2`: \[`botocore`] AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting. ### [`v1.38.30`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13830) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.29...1.38.30) \======= - api-change:`amplify`: \[`botocore`] Update documentation for cacheConfig in CreateApp API - api-change:`evs`: \[`botocore`] Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability. - api-change:`invoicing`: \[`botocore`] Added new Invoicing ListInvoiceSummaries API Operation - api-change:`mediaconnect`: \[`botocore`] This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections. - api-change:`mediaconvert`: \[`botocore`] This release includes support for embedding and signing C2PA content credentials in MP4 outputs. - api-change:`network-firewall`: \[`botocore`] You can now monitor flow and alert log metrics from the Network Firewall console. - api-change:`sagemaker`: \[`botocore`] Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans. - api-change:`transcribe`: \[`botocore`] AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP ### [`v1.38.29`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13829) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.28...1.38.29) \======= - api-change:`apigateway`: \[`botocore`] Adds support to set the routing mode for a custom domain name. - api-change:`apigatewayv2`: \[`botocore`] Adds support to create routing rules and set the routing mode for a custom domain name. - api-change:`emr-serverless`: \[`botocore`] AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs. ### [`v1.38.28`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13828) [Compare Source](https://redirect.github.com/boto/boto3/compare/1.38.27...1.38.28) \======= - api-change:`athena`: \[`botocore`] Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage. - api-change:`backup`: \[`botocore`] You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations. - api-change:`bedrock-agent`: \[`botocore`] This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations. - api-change:`compute-optimizer`: \[`botocore`] This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations. - api-change:`cost-optimization-hub`: \[`botocore`] Support recommendations for Aurora instance and Aurora cluster storage. - api-change:`ecs`: \[`botocore`] Updates Amazon ECS documentation to include note for upcoming default log driver mode change. - api-change:`eks`: \[`botocore`] Add support for filtering ListInsights API calls on MISCONFIGURATION insight category - api-change:`entityresolution`: \[`botocore`] Add support for generating match IDs in near real-time. - api-change:`pcs`: \[`botocore`] Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues. - api-change:`synthetics`: \[`botocore`] Support for Java runtime handler pattern. </details> <details> <summary>boto/botocore (botocore)</summary> ### [`v1.38.32`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13832) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.31...1.38.32) \======= - api-change:`bedrock-agent-runtime`: This release introduces the `PromptCreationConfigurations` input parameter, which includes fields to control prompt population for `InvokeAgent` or `InvokeInlineAgent` requests. - api-change:`kms`: Remove unpopulated KeyMaterialId from Encrypt Response - api-change:`rds`: Include Global Cluster Identifier in DBCluster if the DBCluster is a Global Cluster Member. - api-change:`rekognition`: Adds support for defining an ordered preference list of different Rekognition Face Liveness challenge types when calling CreateFaceLivenessSession. - api-change:`route53`: Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. - api-change:`s3tables`: S3 Tables now supports getting details about a table via its table ARN. ### [`v1.38.31`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13831) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.30...1.38.31) \======= - api-change:`bcm-pricing-calculator`: Updating the minimum for List APIs to be 1 (instead of 0) - api-change:`cloudformation`: Add new warning type 'EXCLUDED_PROPERTIES' - api-change:`kms`: AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin). - api-change:`wafv2`: AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting. ### [`v1.38.30`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13830) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.29...1.38.30) \======= - api-change:`amplify`: Update documentation for cacheConfig in CreateApp API - api-change:`evs`: Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability. - api-change:`invoicing`: Added new Invoicing ListInvoiceSummaries API Operation - api-change:`mediaconnect`: This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections. - api-change:`mediaconvert`: This release includes support for embedding and signing C2PA content credentials in MP4 outputs. - api-change:`network-firewall`: You can now monitor flow and alert log metrics from the Network Firewall console. - api-change:`sagemaker`: Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans. - api-change:`transcribe`: AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP ### [`v1.38.29`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13829) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.28...1.38.29) \======= - api-change:`apigateway`: Adds support to set the routing mode for a custom domain name. - api-change:`apigatewayv2`: Adds support to create routing rules and set the routing mode for a custom domain name. - api-change:`emr-serverless`: AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs. ### [`v1.38.28`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13828) [Compare Source](https://redirect.github.com/boto/botocore/compare/1.38.27...1.38.28) \======= - api-change:`athena`: Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage. - api-change:`backup`: You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations. - api-change:`bedrock-agent`: This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations. - api-change:`compute-optimizer`: This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations. - api-change:`cost-optimization-hub`: Support recommendations for Aurora instance and Aurora cluster storage. - api-change:`ecs`: Updates Amazon ECS documentation to include note for upcoming default log driver mode change. - api-change:`eks`: Add support for filtering ListInsights API calls on MISCONFIGURATION insight category - api-change:`entityresolution`: Add support for generating match IDs in near real-time. - api-change:`pcs`: Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues. - api-change:`synthetics`: Support for Java runtime handler pattern. </details> <details> <summary>Checkmarx/kics (checkmarx/kics)</summary> ### [`v2.1.10`](https://redirect.github.com/Checkmarx/kics/releases/tag/v2.1.10) [Compare Source](https://redirect.github.com/Checkmarx/kics/compare/v2.1.9...v2.1.10) #### What's Changed - fix(engine): fix line counter for JSON Minified files by [@&#8203;cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in [https://github.com/Checkmarx/kics/pull/7473](https://redirect.github.com/Checkmarx/kics/pull/7473) - fix(analyzer): exclude azure-pipelines-vscode schema JSON file by [@&#8203;cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in [https://github.com/Checkmarx/kics/pull/7482](https://redirect.github.com/Checkmarx/kics/pull/7482) - update(deps): update helm to v3.18.2 and buildkit to v0.22.0 by [@&#8203;cx-rui-araujo](https://redirect.github.com/cx-rui-araujo) in [https://github.com/Checkmarx/kics/pull/7484](https://redirect.github.com/Checkmarx/kics/pull/7484) **Full Changelog**: Checkmarx/kics@v2.1.9...v2.1.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64df9c3 commit ad321a0

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
kics:
6060
runs-on: ubuntu-latest
6161
container:
62-
image: checkmarx/kics:v2.1.9-debian@sha256:0742231fba7d96c89b61439625872a2b549bd3cfcf25213072492d7ef5c6f696
62+
image: checkmarx/kics:v2.1.10-debian@sha256:45b32c3b64d385129e92cb97fe82125468f0e07fa06db52eb122185aecfbca5c
6363
steps:
6464
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6565
# ignore: "tags not used", "access analyzer not used", "shield advanced not used"

.terraform.lock.hcl

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3 ==1.38.27
2-
botocore ==1.38.27
1+
boto3 ==1.38.32
2+
botocore ==1.38.32

0 commit comments

Comments
 (0)