Edoardo Tenani
Edoardo Tenani
I've been researching this today as I need to enable this feature. There are 2 types of scanning: - [`automated`](https://cloud.google.com/container-analysis/docs/enable-container-scanning), enabled by enabling Container Scanning API: `containerscanning.googleapis.com` - [`ondemand`](https://cloud.google.com/container-analysis/docs/enable-ods), enabled...
@claudio-vellage I can confirm that enabling `containerscanning.googleapis.com` API enables container security scanning. I've not tested the `ondemand` one, but I would expect it to work in the same way!
@autrilla May you let me know your opinion on https://github.com/mozilla/sops/pull/545#discussion_r339676101? I was waiting on a reply there, other concerns should have been addressed as requested.
@autrilla I resolved conflicts and rebased onto latest `develop` so this should be now safe to merge again. I started working on how to improve the check and I found...
Hello, I have redone the implementation. The check is performed in the function `cfs` and: - tries to load the encrypted file - if it fails, report as not encrypted...
Following https://github.com/mozilla/sops/issues/539 I'm going to work on this!
I do understand that, but requiring everyone using that feature to have a wrapper script to remove those suffix if very painful for the users. As `sops` is already performing...
> Sops is a security tool, and every non-security use-case we support into it makes it larger and more difficult to audit. I would agree if this feature was not...
I faced the same issue, and the situation is grim. Due to all the checks `terraform` performs on variables (presence or absence) every workaround based on variables to this issue...
This is due to the `left: 100%` rule assigned to `tooltip-::after`. The rule is applied to move the tooltip away from the button itself, but breaks the loader. I was...