Skip to content

Commit

Permalink
fix: 🔒 remove old robot permission that harbor does not support anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulaude committed Apr 11, 2024
1 parent 8c3e787 commit 1d988ce
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions plugins/harbor/src/robot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,6 @@ const getRobotPermissions = (projectName: string) => {
}, {
resource: 'scan',
action: 'stop',
}, {
resource: 'helm-chart',
action: 'read',
}, {
resource: 'helm-chart-version',
action: 'create',
}, {
resource: 'helm-chart-version',
action: 'delete',
}, {
resource: 'helm-chart-version-label',
action: 'create',
}, {
resource: 'helm-chart-version-label',
action: 'delete',
}],
}],
}
Expand Down

0 comments on commit 1d988ce

Please sign in to comment.