-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
783b8ac
commit eb2377c
Showing
8 changed files
with
50 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ name: SBOM | |
|
||
on: | ||
workflow_dispatch: | ||
release: | ||
|
||
jobs: | ||
sbom: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = 'veracode_api_py' | ||
version = '0.9.52' | ||
version = '0.9.53' | ||
authors = [ {name = "Tim Jarrett", email="[email protected]"} ] | ||
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.' | ||
readme = 'README.md' | ||
|
@@ -22,4 +22,4 @@ dependencies = {file = ["requirements.txt"]} | |
[project.urls] | ||
"Homepage" = "https://github.com/veracode/veracode-api-py" | ||
"Bug Tracker" = "https://github.com/veracode/veracode-api-py/issues" | ||
"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0952.tar.gz" | ||
"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0953.tar.gz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ | |
setup( | ||
name = 'veracode_api_py', | ||
packages = ['veracode_api_py'], | ||
version = '0.9.52', | ||
version = '0.9.53', | ||
license='MIT', | ||
description = 'Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.', | ||
long_description = long_description, | ||
long_description_content_type="text/markdown", | ||
author = 'Tim Jarrett', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/tjarrettveracode', | ||
download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0952.tar.gz', | ||
download_url = 'https://github.com/veracode/veracode-api-py/archive/v_0953.tar.gz', | ||
keywords = ['veracode', 'veracode-api'], | ||
install_requires=[ | ||
'veracode-api-signing' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters