Skip to content

Commit dac6b44

Browse files
Fix errors due to group and repository API breaking changes (#6)
* update ignores * rn and dependency updates
1 parent 15067c8 commit dac6b44

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ run/*
55
**/cxone_tenant
66
env
77
mitm*
8+
*.csv
89

910
**/*.whl
1011

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## v1.7
4+
* Fixed an issue causing the scheduler to not start due to a Checkmarx One breaking API change when retrieving groups.
5+
* Fixed an issue causing code repository import projects to not be scheduled due to a Checkmarx One breaking API change
6+
when retrieving code repository details.
7+
38
## v1.6
49
* Added better handling when the SCM credentials expire for a code repository import project.
510

@@ -13,7 +18,6 @@ can kick off a scan. (If the PAT is expired, the scan will fail.)
1318
* Added throttling to API calls while invoking scans.
1419
* Added resilience to common network failures. Retry options can be configured to increase the number of retries before failure.
1520

16-
1721
## v1.4
1822
* Logic for selecting primary branch updated. If only one protected branch is defined in the code repository
1923
import configuration, it is used as the scan branch regardless of if it is considered a default branch by the SCM.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ cron-validator==1.0.8
33
posix-ipc==1.3.0
44
aiofiles==24.1.0
55
pytest==8.3.4
6-
https://github.com/checkmarx-ts/cxone-async-api/releases/download/1.0.10/cxone_api-1.0.10-py3-none-any.whl
6+
https://github.com/checkmarx-ts/cxone-async-api/releases/download/1.1.1/cxone_api-1.1.1-py3-none-any.whl
77

0 commit comments

Comments
 (0)