Skip to content

test#7

Closed
felipe-loka wants to merge 1 commit intomainfrom
test
Closed

test#7
felipe-loka wants to merge 1 commit intomainfrom
test

Conversation

@felipe-loka
Copy link
Owner

No description provided.

@github-actions
Copy link

[ DEV - us-east-1] Terraform Plan

→ Resource Changes: 1 to create, 0 to update, 0 to re-create, 0 to delete.

✨ Create

aws_sqs_queue.terraform_queue
+ arn                               = (known after apply)
+ content_based_deduplication       = false
+ deduplication_scope               = (known after apply)
+ delay_seconds                     = 0
+ fifo_queue                        = false
+ fifo_throughput_limit             = (known after apply)
+ id                                = (known after apply)
+ kms_data_key_reuse_period_seconds = (known after apply)
+ max_message_size                  = 262144
+ message_retention_seconds         = 345600
+ name                              = "test"
+ name_prefix                       = (known after apply)
+ policy                            = (known after apply)
+ receive_wait_time_seconds         = 0
+ redrive_allow_policy              = (known after apply)
+ redrive_policy                    = (known after apply)
+ sqs_managed_sse_enabled           = (known after apply)
+ tags_all                          = {
+     "Project" = "Terraform CI/CD"
  }
+ url                               = (known after apply)
+ visibility_timeout_seconds        = 30

Triggered by @felipe-loka, Commit: fe126753ec7d3425b3703a90297cdf56550c54b7

@github-actions
Copy link

[ PROD - us-east-1] Terraform Plan

→ Resource Changes: 1 to create, 0 to update, 0 to re-create, 0 to delete.

✨ Create

aws_sqs_queue.terraform_queue
+ arn                               = (known after apply)
+ content_based_deduplication       = false
+ deduplication_scope               = (known after apply)
+ delay_seconds                     = 0
+ fifo_queue                        = false
+ fifo_throughput_limit             = (known after apply)
+ id                                = (known after apply)
+ kms_data_key_reuse_period_seconds = (known after apply)
+ max_message_size                  = 262144
+ message_retention_seconds         = 345600
+ name                              = "test"
+ name_prefix                       = (known after apply)
+ policy                            = (known after apply)
+ receive_wait_time_seconds         = 0
+ redrive_allow_policy              = (known after apply)
+ redrive_policy                    = (known after apply)
+ sqs_managed_sse_enabled           = (known after apply)
+ tags_all                          = {
+     "Project" = "Terraform CI/CD"
  }
+ url                               = (known after apply)
+ visibility_timeout_seconds        = 30

Triggered by @felipe-loka, Commit: fe126753ec7d3425b3703a90297cdf56550c54b7

@github-actions
Copy link

⚠️ Vulnerabilities Found! ⚠️

Please fix the security issues below

main.tf (terraform)
===================
Tests: 1 (SUCCESSES: 0, FAILURES: 1, EXCEPTIONS: 0)
Failures: 1 (HIGH: 1, CRITICAL: 0)

HIGH: Queue is not encrypted
════════════════════════════════════════
Queues should be encrypted to protect queue contents.


See https://avd.aquasec.com/misconfig/avd-aws-0096
────────────────────────────────────────
 main.tf:2-4
────────────────────────────────────────
   2 ┌ resource "aws_sqs_queue" "terraform_queue" {
   3 │   name = "test"
   4 └ }
────────────────────────────────────────


@felipe-loka felipe-loka deleted the test branch March 10, 2025 15:33
Sign up for free to 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.

1 participant