All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- add headersInfo to request error log
- log entire error body
- Improved error handling and logs
- Added support for ingesting the following new entities:
Resources | Entity _type |
Entity _class |
---|---|---|
Agent | sysdig_agent |
Scanner |
Cluster | sysdig_cluster |
Cluster |
- Added support for ingesting the following new relationships:
Source Entity _type |
Relationship _class |
Target Entity _type |
---|---|---|
sysdig_agent |
SCANS | sysdig_cluster |
- Fixed issue related to
fixablePackages
property on thesysdig_image_scan
entity.
-
Updated J1 SDK packages to v8
-
Updated tests to use new SDK patterns
-
Added rate limiting
-
Updated
verifyAuthentication
to use another endpoint -
Added support for Image Scan entity from V2 API
-
Added support for ingesting the following new entities:
Resources | Entity _type |
Entity _class |
---|---|---|
Finding | sysdig_finding |
Finding |
Scanner | sysdig_scanner |
Service |
Agent | sysdig_agent |
Scanner |
Cluster | sysdig_cluster |
Cluster |
- Added support for ingesting the following new relationships:
Source Entity _type |
Relationship _class |
Target Entity _type |
---|---|---|
sysdig_image_scan |
IDENTIFIED | sysdig_finding |
sysdig_scanner |
PERFORMED | sysdig_image_scan |
sysdig_agent |
SCANS | sysdig_cluster |
- Added support for ingesting the following new mapped relationships:
Source Entity _type |
Relationship _class |
Target Entity _type |
Direction |
---|---|---|---|
sysdig_finding |
IS | *cve* |
FORWARD |
- Skipping duplicate
sysdig_image_scan
creation and adding informational gathering logs to understand duplicate images scans better.
- Temporarily disabled
verifyAuthentication
while the route used is serving 503's
- Added
analyzedAt
to the_key
forsysdig_image_scan
to ensure global uniqueness.
-
New properties added to resources:
Entity Properties sysdig_user
admin
sysdig_user
active
sysdig_user
webLink
sysdig_team
default
-
New managed questions
- Added support for ingesting the following new entities:
Resources | Entity _type |
Entity _class |
---|---|---|
Account | sysdig_account |
Account |
Team | sysdig_team |
Team |
User | sysdig_user |
User |
- Added support for ingesting the following new relationships:
Source Entity _type |
Relationship _class |
Target Entity _type |
---|---|---|
sysdig_account |
HAS | sysdig_team |
sysdig_account |
HAS | sysdig_user |
sysdig_team |
HAS | sysdig_user |