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

CKV_AZURE_80 outdated #6343

Closed
l33tCod-er opened this issue May 21, 2024 · 0 comments · Fixed by #6383
Closed

CKV_AZURE_80 outdated #6343

l33tCod-er opened this issue May 21, 2024 · 0 comments · Fixed by #6383
Labels
checks Check additions or changes

Comments

@l33tCod-er
Copy link

l33tCod-er commented May 21, 2024

Describe the issue
We are using Terraform to setup a windows service. We use resource of type "azurerm_windows_web_app", so that the rule CKV_AZURE_80 is applied / checked:

Source

Examples

Our config looks as:

resource "azurerm_windows_web_app" "app-service" {
...
  site_config {
    default_documents = ["readme.html", "index.html"]
    always_on         = true
    ftps_state        = "Disabled"
    http2_enabled     = true
    application_stack {
      dotnet_version = "v8.0"
    }
  }
...
}

We get:
[None][CKV_AZURE_80] Ensure that 'Net Framework' version is the latest, if used as a part of the web app.
From the sources it seems it expects dotnet v7.0, so it shall be updated to accept all LTS.

Version (please complete the following information):

  • Checkov Version 3.2.44
@l33tCod-er l33tCod-er added the checks Check additions or changes label May 21, 2024
@l33tCod-er l33tCod-er changed the title CKV_AZURE_80 false positive CKV_AZURE_80 outdated May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checks Check additions or changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant