cloudx-proxy 0.6.1__tar.gz → 0.7.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/.github/workflows/release.yml +27 -0
  2. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/CHANGELOG.md +7 -0
  3. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/PKG-INFO +2 -1
  4. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/README.md +1 -0
  5. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/_version.py +2 -2
  6. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/PKG-INFO +2 -1
  7. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/.clinerules +0 -0
  8. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/.github/dependabot.yml +0 -0
  9. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/.gitignore +0 -0
  10. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/.releaserc +0 -0
  11. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/CLAUDE.md +0 -0
  12. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/CONTRIBUTING.md +0 -0
  13. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/LICENSE +0 -0
  14. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/_1password.py +0 -0
  15. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/__init__.py +0 -0
  16. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/cli.py +0 -0
  17. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/core.py +0 -0
  18. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy/setup.py +0 -0
  19. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/SOURCES.txt +0 -0
  20. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/dependency_links.txt +0 -0
  21. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/entry_points.txt +0 -0
  22. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/requires.txt +0 -0
  23. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/cloudx_proxy.egg-info/top_level.txt +0 -0
  24. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/pyproject.toml +0 -0
  25. {cloudx_proxy-0.6.1 → cloudx_proxy-0.7.0}/setup.cfg +0 -0
@@ -5,6 +5,33 @@ on:
5
5
  - main
6
6
 
7
7
  jobs:
8
+ security-audit:
9
+ name: Security Audit
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Checkout
13
+ uses: actions/checkout@v5
14
+
15
+ - name: Setup Python
16
+ uses: actions/setup-python@v5
17
+ with:
18
+ python-version: '3.x'
19
+
20
+ - name: Install pip-audit
21
+ run: |
22
+ python -m pip install --upgrade pip
23
+ pip install pip-audit
24
+
25
+ - name: Run pip-audit
26
+ run: pip-audit --format=json --output=pip-audit-report.json .
27
+
28
+ - name: Upload pip-audit results
29
+ uses: actions/upload-artifact@v4
30
+ if: always()
31
+ with:
32
+ name: pip-audit-report
33
+ path: pip-audit-report.json
34
+
8
35
  release:
9
36
  name: Release
10
37
  runs-on: ubuntu-latest
@@ -1,3 +1,10 @@
1
+ # [0.7.0](https://github.com/easytocloud/cloudX-proxy/compare/v0.6.1...v0.7.0) (2025-09-02)
2
+
3
+
4
+ ### Features
5
+
6
+ * add pip-audit security scanning to CI/CD pipeline ([3ded9bb](https://github.com/easytocloud/cloudX-proxy/commit/3ded9bbeaeee0e25cb3ca981ca0204faf4735ca7))
7
+
1
8
  ## [0.6.1](https://github.com/easytocloud/cloudX-proxy/compare/v0.6.0...v0.6.1) (2025-08-22)
2
9
 
3
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudx-proxy
3
- Version: 0.6.1
3
+ Version: 0.7.0
4
4
  Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
5
5
  Author-email: easytocloud <info@easytocloud.com>
6
6
  License: MIT License
@@ -56,6 +56,7 @@ Dynamic: license-file
56
56
  [![Python Support](https://img.shields.io/pypi/pyversions/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
57
57
  [![License](https://img.shields.io/github/license/easytocloud/cloudX-proxy.svg)](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
58
58
  [![Release](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml/badge.svg)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
59
+ [![Security Audit](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
59
60
  [![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen?logo=dependabot)](https://github.com/easytocloud/cloudX-proxy/network/updates)
60
61
  [![Downloads](https://img.shields.io/pypi/dm/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
61
62
 
@@ -4,6 +4,7 @@
4
4
  [![Python Support](https://img.shields.io/pypi/pyversions/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
5
5
  [![License](https://img.shields.io/github/license/easytocloud/cloudX-proxy.svg)](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
6
6
  [![Release](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml/badge.svg)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
7
+ [![Security Audit](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
7
8
  [![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen?logo=dependabot)](https://github.com/easytocloud/cloudX-proxy/network/updates)
8
9
  [![Downloads](https://img.shields.io/pypi/dm/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
9
10
 
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.6.1'
32
- __version_tuple__ = version_tuple = (0, 6, 1)
31
+ __version__ = version = '0.7.0'
32
+ __version_tuple__ = version_tuple = (0, 7, 0)
33
33
 
34
34
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudx-proxy
3
- Version: 0.6.1
3
+ Version: 0.7.0
4
4
  Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
5
5
  Author-email: easytocloud <info@easytocloud.com>
6
6
  License: MIT License
@@ -56,6 +56,7 @@ Dynamic: license-file
56
56
  [![Python Support](https://img.shields.io/pypi/pyversions/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
57
57
  [![License](https://img.shields.io/github/license/easytocloud/cloudX-proxy.svg)](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
58
58
  [![Release](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml/badge.svg)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
59
+ [![Security Audit](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
59
60
  [![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen?logo=dependabot)](https://github.com/easytocloud/cloudX-proxy/network/updates)
60
61
  [![Downloads](https://img.shields.io/pypi/dm/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
61
62
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes