1. 28 Mar, 2024 1 commit
    • Gaurav Saini's avatar
      [Terraform] feature fallback fix (#912) · 988cdd2b
      Gaurav Saini authored
      * implementation of fallback logic for cosign, terraform
      
      * tflint, terragrunt - wrote fallback logic for these
      
      * misc change
      
      * [Terraform] - fallback - apply
      
      * changes as requested by review comments
      
      * misc change
      
      * misc change
      
      * 2-step fallback implemented in install.sh, test cases yet to be updated
      
      * install jq for ubuntu:focal, jammy & debian:11, 12
      
      * test for terraform_docs updated
      
      * tfsec test updated
      
      * terraform fallback test updated
      
      * misc change
      
      * added tflint fallback test file
      
      * terragrunt fallback test file added
      
      * minor change in tfsec test file
      
      * few more changes to cosign, terragrunt installations..
      
      * changes to test files for terragrunt & cosign
      
      * Changes acc. to review comments for pr
      
      * changes requested
      
      * changes as requested in review comments !
      988cdd2b
  2. 27 Mar, 2024 1 commit
  3. 26 Mar, 2024 2 commits
  4. 15 Mar, 2024 1 commit
  5. 13 Mar, 2024 1 commit
  6. 12 Mar, 2024 2 commits
  7. 11 Mar, 2024 1 commit
  8. 06 Mar, 2024 1 commit
  9. 05 Mar, 2024 4 commits
  10. 04 Mar, 2024 1 commit
  11. 01 Mar, 2024 1 commit
  12. 28 Feb, 2024 1 commit
  13. 27 Feb, 2024 3 commits
  14. 26 Feb, 2024 2 commits
  15. 23 Feb, 2024 3 commits
  16. 22 Feb, 2024 3 commits
  17. 14 Feb, 2024 2 commits
  18. 12 Feb, 2024 2 commits
  19. 10 Feb, 2024 2 commits
  20. 09 Feb, 2024 4 commits
    • Dev containers Bot's avatar
      Automated documentation update (#836) · aa982d2d
      Dev containers Bot authored
      Automated documentation update [skip ci]
      Co-authored-by: 's avatargithub-actions <github-actions@github.com>
      aa982d2d
    • Samruddhi Khandale's avatar
      42925ae7
    • Jeff Putsch's avatar
      Add RHEL support to the python feature (#830) · 30e03b62
      Jeff Putsch authored
      * install gpg2.22 on centos 7 when installing python
      
      * RHEL support, exisiting tests pass, new RHEL tests pass.
      
      * add tests, cleanup install organization
      
      * update testing to include RHEL tests
      
      * update testing to include RHEL tests
      
      * undo addition of installing additional pip modules
      
      * fix errors installing os-provided Python on recent Debian systems and on Mariner systems
      
      * adjust to properly use newly installed python (PYTHON_SRC) instead of assuming "python" will work
      
      * When installing pipx, check if python is marked as externally
      managed. If so, add "--break-system-packages" to the pip install
      flags.
      
      This does not really breack system packages due to the setting of
      PYTHONUSERBASE during the install of pipx, but does get us past
      checks for installing python packages into the system python install.
      
      * merge from main
      
      * update check for managed python install. pass all tests.
      
      * add "packages" option from PR #768
      
      * remove "packages" option
      
      * Address PR feedback, passes all tests locally.
      
      * fix install error on centos
      
      ---------
      Co-authored-by: 's avatarJeff Putsch <jputsch@analog.com>
      30e03b62
    • gauravsaini04's avatar
      [common-utils] - Bookworm - enabled nonFreePackages option for installing... · 1592dd59
      gauravsaini04 authored
      [common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (#834)
      
      * [common-utils] - Bookworm - enabled nonFreePackages option for installing manpages-posix, manpages-posix-dev packages (non-free)
      
      * change to correct the regular expression replacement with sed cmd
      
      * changes according to comments by Samruddhi
      
      * Changes acc. to comments as on 08/02
      
      * Updated patch version based on comments
      1592dd59
  21. 08 Feb, 2024 1 commit
  22. 02 Feb, 2024 1 commit
    • gauravsaini04's avatar
      [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for... · 08fb370a
      gauravsaini04 authored
      [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image (#815)
      
      * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image
      
      * [Python] - Added one more test
      
      * [Python] - Fix for security vulnerability GHSA-r9hx-vwmv-q579 for setuptools-65.5.0 lib on python using python image
      
      * [Python] - Added one more test
      
      * Changes as suggested by comments
      
      * removed second line (L465) that removed a non existent dirrectory
      
      * bump patch version & change code to pass failing tests
      08fb370a