Skip to content

Commit bbfa7f0

Browse files
committed
chore: scanEnabled added in the ScanRecommendationsDTO
1 parent 292b8e9 commit bbfa7f0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.23.4-beta-4",
3+
"version": "1.23.4-beta-6",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/Components/Security/SecurityModal/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ export interface ScanRecommendationsDTO {
298298
id: number
299299
pipelineId: number
300300
status: DockerScanStatusTypes
301+
scanEnabled: boolean
301302
}
302303

303304
export interface SidebarPropsType {

0 commit comments

Comments
 (0)