Skip to content

Commit

Permalink
delete mounting of host's user and group info (#3492)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth authored Jul 11, 2023
1 parent 7fe67f1 commit 752c28d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/actions/test-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ runs:
--detach \
--workdir /opt/workspace \
-v "${workspace}:/opt/workspace" \
-v "/etc/passwd:/etc/passwd:ro" \
-v "/etc/group:/etc/group:ro" \
${BASE_OS}:${BASE_DISTRO}
- name: 'Test Package: ${{ inputs.os }}:${{ inputs.distro }}'
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/with-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,4 @@ runs:
--workdir /opt/workspace/${SUBDIR} \
--user ${USER}:${GROUP} \
-v "$(pwd):/opt/workspace" \
-v "/etc/passwd:/etc/passwd:ro" \
-v "/etc/group:/etc/group:ro" \
runtimeverification/${TAG_NAME}

0 comments on commit 752c28d

Please sign in to comment.