Skip to content

Commit

Permalink
Update package author and ignore Rust advisory
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Jan 6, 2025
1 parent 0f5afa3 commit 5c06c18
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Check Secrets SDK Vulnerabilities
working-directory: src/secrets
run: cargo audit --deny warnings --ignore RUSTSEC-2024-0370
run: cargo audit --deny warnings --ignore RUSTSEC-2024-0370 --ignore RUSTSEC-2024-0429
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ def resolve_sdk_dep(sdk_name, version_spec):
long_description=open("../README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/zos_console/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/zos_files/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/zos_jobs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/zos_tso/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down
4 changes: 2 additions & 2 deletions src/zosmf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
url="https://github.com/zowe/zowe-client-python-sdk",
author="Guilherme Cartier",
author_email="gcartier94@gmail.com",
author="Zowe",
author_email="zowe.robot@gmail.com",
license="EPL-2.0",
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 5c06c18

Please sign in to comment.