Jan Hentschel

Results 6 issues of Jan Hentschel

* terrascan version: 1.12.0 * Operating System: MacOS ### Description When discovering #1172 it looked like changes from newer versions are also pushed to older Docker images, in that case...

* terrascan version: 1.17.0 * Operating System: tenable/[email protected] ### Description Terraform 1.5 introduced the [import block](https://developer.hashicorp.com/terraform/language/import). Using this kind of block leads to the following error in Terrascan ``` /github/workspace/imports.tf:1,1-7:...

Currently the sample application only shows a small part of the capabilities of this driver. It would make things easier for people unfamiliar with the driver if the sample project...

docs

https://github.com/hashicorp/terraform/releases/tag/v1.9.0 https://releases.hashicorp.com/terraform/1.9.0/

L: terraform

I'm following the [documentation ](https://learn.microsoft.com/en-us/graph/api/team-post?view=graph-rest-1.0&tabs=go#example-2-application-permissions) to create a team in Teams by using the following code: ```go newTeam := graphmodels.NewTeam() displayName := "Test team" newTeam.SetDisplayName(&displayName) newTeam.SetAdditionalData(map[string]interface{}{ "[email protected]": "https://graph.microsoft.com/v1.0/teamsTemplates('standard')", }) //...

Needs Attention :wave:

## Description After the recent update of the `radish-bdd` dependency writing a JUnit XML file fails when a scenario gets skipped. The error itself seems to come from radish. The...

bug