Arya Bahnken
Arya Bahnken
* How to get setup for local development * Common local testing patterns (i.e. when to use `--cache-clear`) * Setting up pre-commit / linting and tests
It would be nice to have Azure tests available as we make further use of it. Can refer to the [CIS Benchmark for Azure](https://www.cisecurity.org/benchmark/azure/), our internal review, and [ScoutSuite's rules](https://github.com/nccgroup/ScoutSuite/tree/master/ScoutSuite/providers/azure/rules/findings)...
At the moment, if you run `make setup_gsuite` or `pytest gsuite/` without having everything setup correctly, you will just get a bunch of file missing exceptions. Would be nice to...
Currently you can test multiple AWS accounts in one execution of `pytest`. In practice, this is pretty messy and also doesn't work for those of us who are assuming a...
Now that we have a frost CLI it might be nice to roll https://github.com/mozilla/frost/blob/master/service_report_generator.py into it.
Currently, we have a little section with an example config file in the README: https://github.com/mozilla/frost#custom-test-config But we need to document how each of the sections for the specific providers (AWS,...
See comments in https://github.com/mozilla-services/pytest-services/pull/78
TODO: - [ ] Fix README for OSX - [ ] Fix `fedora_install.sh`
Initially raised by @alx13 in https://github.com/mozilla/sops/pull/627#issuecomment-584328589 The `--background` flag for the `sops exec-env` and `sops exec-file` is not particularly useful and backgrounding commands should really be done using your shell...