diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 877144cda0a..e3cf24b58bb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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"] -} \ No newline at end of file +} diff --git a/.gitleaks.toml b/.gitleaks.toml new file mode 100644 index 00000000000..4e2318b9aa8 --- /dev/null +++ b/.gitleaks.toml @@ -0,0 +1,6 @@ +[allowlist] +description = "Global Allowlist" + +regexes = [ + '''PASSWORD 'ovirt'''', +] \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 09bc7494a22..6086e82a9e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +EXPOSE 8080 8443 8787 54323 9696 6642 35357 2222 6100 7410 diff --git a/docker-compose.yml b/docker-compose.yml index 85a994afbc2..630006d8b77 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,4 +17,4 @@ services: networks: default: name: ovirt - driver: bridge \ No newline at end of file + driver: bridge