Skip to content

Commit

Permalink
bump version, auto policy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarrettveracode committed May 11, 2024
1 parent 43b3f4c commit 4d5396e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/policyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Veracode Policy Scan
# events but only for the master branch
on:
workflow_dispatch:
release:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'veracode_api_py'
version = '0.9.46'
version = '0.9.47'
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'
Expand All @@ -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_0946.tar.gz"
"Download" = "https://github.com/veracode/veracode-api-py/archive/v_0947.tar.gz"

0 comments on commit 4d5396e

Please sign in to comment.