Walter Dolce
Walter Dolce
So the time has come to upgrade an old Silex app to Symfony 4 and this app uses your lovely extension. _However_, it looks like there's currently no support for...
I noticed that when I have the following extension configured: ``` default: extensions: FriendsOfBehat\SymfonyExtension: ~ ``` And I run: ``` bin/behat --help ``` Behat *does not* show the help/usage message....
**Describe the bug** Hello, as per title, I was trying to use the latest versions of `awscli` (1.25.16), `boto3` (1.24.16) and `s3fs` (2022.5.0), however it does not look like that's...
It appears as though the `node_ipv4_cidr_size` property can no longer be verified. InSpec spec: ``` describe google_container_cluster(project: 'some-project', zone: 'some-zone', name: 'my-cluster') do its('node_ipv4_cidr_size') { should eq 24 } end...
Hi guys, I see the `google_compute_firewall` resource returns the fully qualified URN of the network associated with it and so we can't simply say "firewall rule belongs to network _foo_",...
I'm trying to verify whether a GCE instance exists with the following control: ``` gcp_project = attribute('gcp_project') control 'gcp-resources' do impact 1.0 title 'Verify the state of the GCP resources'...
# Version: ``` # Gemfile source 'https://rubygems.org' gem 'kitchen-ansible', '0.48.8' gem 'kitchen-inspec', '1.2.0' gem 'kitchen-vagrant', '1.3.4' gem 'inspec-bin', '4.17.17' ``` # Environment: macOS # Scenario: Trying to run `bundle exec...
I just came across a use case whereby I have a container which hasn't got SSH or anything inside. The container image in question is Grafana's (5.2.2). The workflow is...
### Description Currently, inspec-gcp does not support GCP folders. I was about to start implementing support for them but I discovered [Google Cloud V1 APIs](https://cloud.google.com/resource-manager/reference/rest/v1/folders) don't provide you much functionality,...