Skip to content

Commit

Permalink
Update devcontainer configuration, add gitleaks allowlist, and modify…
Browse files Browse the repository at this point in the history
… Dockerfile and docker-compose.yml
  • Loading branch information
BrooklynDewolf committed Mar 27, 2024
1 parent e96e979 commit e112a16
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Ports (https://www.ovirt.org/documentation/installing_ovirt_as_a_standalone_mana
"mounts": ["source=ovirt-pki,target=/home/build/ovirt/etc/pki/ovirt-engine,type=volume"],
"postCreateCommand": "sudo chown -R build:build /home/build/ovirt",
"appPort": [ "8080:8080", "8443:8443", "8787:8787", "54323:54323", "9696:9696", "6642:6642", "35357:35357", "2222:2222", "6100:6100", "7410:7410"]
}
}
6 changes: 6 additions & 0 deletions .gitleaks.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[allowlist]
description = "Global Allowlist"

regexes = [
'''PASSWORD 'ovirt'''',
]
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RUN ln -s /usr/sbin/service /usr/bin/initctl
USER $USERNAME

# Expose oVirt-Engine, Java and ovirt imageio ports
EXPOSE 8080 8443 8787 54323 9696 6642 35357 2222 6100 7410
EXPOSE 8080 8443 8787 54323 9696 6642 35357 2222 6100 7410
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ services:
networks:
default:
name: ovirt
driver: bridge
driver: bridge

0 comments on commit e112a16

Please sign in to comment.