You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for not submitting a PR, Rego learning in progress.
Expected Behavior
File: terraform/main.tfLine 56Expected: 'aws_security_group[cowrie]' is usedFound: 'aws_security_group[cowrie]' is used
Actual Behavior
File: terraform/main.tfLine 56Expected: 'aws_security_group[cowrie]' is usedFound: 'aws_security_group[cowrie]' is not used
Security Group Not Used, Severity: INFO, Results: 1Description: Security group must be used or not declaredPlatform: Terraform [1]: terraform/main.tf:56 055: 056: resource "aws_security_group" "cowrie" { 057: name = "CowrieSSH"
Hello Thomas, this is indeed a false positive, thank you for being so attentive! I hope this PR fixes your issue. Also, do you mind if we use the sample you provided as a negative sample?
Sorry for not submitting a PR, Rego learning in progress.
Expected Behavior
Actual Behavior
https://github.com/konstruktoid/ansible-cowrie-rootless/blob/main/aws/main.tf#L56 is used at https://github.com/konstruktoid/ansible-cowrie-rootless/blob/main/aws/main.tf#L86 as a variable (https://github.com/konstruktoid/ansible-cowrie-rootless/blob/main/aws/main.tf#L32).
Specifications
Tested with 1.5.1 (Checkmarx/homebrew-tap#1) and 1.5.5 (Docker).
The text was updated successfully, but these errors were encountered: