Skip to content

Commit

Permalink
chore: restrict internet access when running docker container in inte…
Browse files Browse the repository at this point in the history
…gration test (#3384)

A verification step in go/offline-gen-design
  • Loading branch information
JoeWang1127 authored Nov 19, 2024
1 parent ac9605b commit 1080de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hermetic_build/library_generation/tests/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def __run_entry_point_in_docker_container(
f"{user_id}:{group_id}",
"--rm",
"--quiet",
"--network",
"none",
"-v",
f"{repo_location}:/workspace/repo",
"-v",
Expand Down

0 comments on commit 1080de4

Please sign in to comment.