Skip to content

Commit 08e3be8

Browse files
committed
chore: upgrade atlast image
Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
1 parent 0e664f5 commit 08e3be8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controlplane/cmd/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func main() {
152152
// TODO: Make it configurable from the application config
153153
app.runsExpirer.Run(ctx, &biz.WorkflowRunExpirerOpts{CheckInterval: 1 * time.Minute, ExpirationWindow: 1 * time.Hour})
154154

155-
// Since policies management is not enabled yet but instead is based on a hardcoded list of permissions
156155
// Sync user access
157156
go func() {
158157
if err := app.userAccessSyncer.SyncUserAccess(ctx); err != nil {

0 commit comments

Comments
 (0)