Nico Kadel-Garcia

Results 19 issues of Nico Kadel-Garcia

**Describe the bug** Git and golang have minimum version requirements to build gitleaks **To Reproduce** On a RHEL 7 server, git clone this repo and run "make build" **Expected behavior**...

bug

The checks for "ansible" versions should now be for "ansible-core", since ansible was factored into all the actual working code being in "ansible-core" and the "ansible" pypi.org not actually containing...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-DevEx-Portability
Needs-Triage

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

WG-DevEx-Portability
Needs-Triage

### Issue Details The ansible setup scripts are out of date and poorly integrated with current ansible releases. Only ansible-core is absolutely needed, and needs at least the standard "python3"...

**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. git clone the tfsec repo 2. c tfsec 3. bash scripts/install.sh 4. See error **Expected behavior** I expect to...

bug

**Describe the bug** bs4 is a pure wrapper for beautifulsoup4, use beautifulsoup4 directory to reduce dependency confusion **To Reproduce** Steps to reproduce the behavior: 1. pip install okta-awscli 2. pip...

Fedora and RHEL have split python packages in to "python2" and "python3 packages. Split up builds and packages accordingly to create distinct packages. Activate "Suggests:" only for RHEL or Fedora...

Split fedora compilation for python2 and python3 RPMs

See Issue #65. Build valid .spec file from .spec.in file, so SRPM has valid files, build tarball more efficiently, provide .gitignore and "make clean" options to better process local builds,...