mirror of
https://github.com/DependencyTrack/dependency-track.git
synced 2026-02-07 10:19:55 +00:00
To make it clear that these Compose files are only meant for dev and testing work. Avoiding confusion with the existing `src/main/docker/docker-compose.yml`, which is also used as quickstart. Signed-off-by: nscuro <nscuro@protonmail.com>
9 lines
No EOL
363 B
Bash
Executable file
9 lines
No EOL
363 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# This is a non-production script which simply zeros out various log files.
|
|
# Executing this script prior to launching Dependency-Track in a development
|
|
# environment is the intended use-case.
|
|
|
|
echo -n > ~/.dependency-track/dependency-track.log
|
|
echo -n > ~/.dependency-track/dependency-track-audit.log
|
|
echo -n > ~/.dependency-track/server.log |