Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-ruiaraujo committed Sep 17, 2024
1 parent fa0fa92 commit 82f904f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
os: [ubuntu-latest]
kics-docker: ["Dockerfile", "docker/Dockerfile.ubi8"]
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.kics-docker }}
options: --user 65532
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
Expand Down Expand Up @@ -77,6 +74,12 @@ jobs:
run: |
pwd
ls
- name: Set Output Permissions as User 65532
run: |
sudo -u \#65532 chmod -R 777 ./e2e
- name: Run commands as user 65532
run: |
sudo su -s /bin/bash -c "pwd && ls" \#65532
- name: Set Output Permissions
run: |
sudo chmod -R 777 ./e2e
Expand Down

0 comments on commit 82f904f

Please sign in to comment.