Skip to content

Commit 0a76e86

Browse files
committed
fix: bootstrap install sudo
I know it looks bad, but the container is already `root` and we need this for compatibility with the audit monitor
1 parent 4a0a321 commit 0a76e86

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
env:
5555
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
steps:
57+
- name: bootstrap `sudo`
58+
run: |
59+
apt update
60+
apt install sudo
5761
- name: audit action permissions
5862
uses: GitHubSecurityLab/actions-permissions/monitor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0
5963
with:

0 commit comments

Comments
 (0)