Skip to content

Commit c278ca7

Browse files
revert changes
1 parent de692b0 commit c278ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

App.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func NewApp(Router *api.Router, Logger *zap.SugaredLogger,
3838
}
3939

4040
type ServerConfig struct {
41-
SERVER_HTTP_PORT int `env:"SERVER_HTTP_PORT" envDefault:"8081"`
41+
SERVER_HTTP_PORT int `env:"SERVER_HTTP_PORT" envDefault:"8080"`
4242
}
4343

4444
func (app *App) Start() {

internal/sql/bean/bean.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
const (
10-
ScanOutputDirectory = "/tmp" // This is not configurable due to permissions for devtron-user
10+
ScanOutputDirectory = "/security/devtronimagescan" // This is not configurable due to permissions for devtron-user
1111
NullProcessIndex = -1
1212
JsonOutputFileNameSuffix = "_out.json"
1313
ScannerTypeClairV4 = "CLAIRV4"

0 commit comments

Comments
 (0)