Skip to content

Commit 653d925

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 653d925

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
env:
5555
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
steps:
57+
- name: bootstrap `sudo`
58+
run: |
59+
export DEBIAN_FRONTEND=noninteractive
60+
apt update
61+
apt install sudo --yes --no-install-recommends
5762
- name: audit action permissions
5863
uses: GitHubSecurityLab/actions-permissions/monitor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0
5964
with:

0 commit comments

Comments
 (0)