Skip to content

Tags: dnwe/sysdig-sdk-python

Tags

v0.17.2

Toggle v0.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SP-1854 Updated dependencies (sysdiglabs#252)

* SP-1854 Updated dependencies

* Update pyproject.toml

Changed Python version to 3.8 for build system compatibility

* Updated poetry.lock to comply with the Python version 3.8

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: do not retry on bad requests (sysdiglabs#248)

v0.17.0

Toggle v0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(scanning_alerts): implement add scanning alert object method (sy…

…sdiglabs#244)

* feat(scanning_alerts): implement add scanning alert object method

* feat(scanning_alerts): fix blank line and the end of file

* feat(scanning_alerts): add client test for adding scanning alert

v0.16.7

Toggle v0.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(team): get team will fetch only from selected product (sysdiglabs…

…#243)

* fix(team): get team will fetch only from selected product
* fix(team): add test for team fetching

v0.16.6

Toggle v0.16.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[SP-748] Fix get_team method in sdccli python lib (sysdiglabs#239)

* Use team endpoint to fetch team by name instead of in memory filtering

* Remove conditional memberships

* Fix linter

v0.16.5

Toggle v0.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add option to filter teams by product (sysdiglabs#234)

compressTest3

Toggle compressTest3's commit message
Compress default rules payload before sending

v0.16.4

Toggle v0.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update python script to support rapid response (sysdiglabs#207)

v0.16.3

Toggle v0.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add ScanningAlertsClientV1 with support for Scanning Alerts (sy…

…sdiglabs#200)

* feat(scanning): Add support for runtime alert creation

* feat(scanning): Add support for repository alert creation

* ci(scanning): Add test that retrieves an alert

* feat(scanning): Add support for runtime alert update

* feat(scanning): Add support for repository alert update

* refactor(scanning): Extract ScanningAlertsClientV1 client

* docs: Add usage examples

* docs: Add SdScanningClient documentation autogeneration

* fix(lint): Expand imports

* lint: Fix linting errors and add EditorConfig

v0.16.2

Toggle v0.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: New ActivityAuditClientV1 to query Activity Audit events (sysdi…

…glabs#197)

* feat: New ActivityAuditClientV1 to query Activity Audit events
* chore: Deprecate old command audit methods
* refactor: Import datetime package directly
* fix(lint): Solve linting problems
* fix(ci): Change the image to scan to quay.io/sysdig/agent