Uncle Joe
Uncle Joe
I can see that this is just a test dependency, could someone make sure it is a PrivateAsset ?
This is probably an issue with your maven pom. Test dependencies needs to explicitly be defined as test dependencies like this: https://www.baeldung.com/maven-dependency-scopes#4-test Sometimes the issue is the library you are...
you can also specify explicitly that a specific dependency should have the scope test from the dependencyManagement section of your pom as long as the dependency only is used for...
no, that is indeed strange.
I added how to setup ssl for the ingress. see: https://github.com/iteratec/multi-juicer/pull/118
Same here: ` 9:37AM DBG no gitleaks config found in path .gitleaks.toml, using default gitleaks config 9:37AM DBG executing: /usr/bin/git -C . log -p -U0 --no-merges --first-parent 813d02fdb6f4ac16648c455d00530502f8849033^..c6d083c97f0dc895a8fea2e4e4ac5942d48ae5ee 9:37AM DBG...
You can disabling uploading the artifact by setting GITLEAKS_ENABLE_UPLOAD_ARTIFACT to false like this: ` runs-on: [self-hosted, linux, build] steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - uses: AdmincontrolAS/gitleaks-action@v2 env: GITHUB_TOKEN:...
We are making a new webaite where the information will be available.
A couple of things to keep in mind there is that we are changing the card code from DV to VE and from AC to AT since all the documentation...
We are still working on getting a MVP of our website up. So the first we will do as soon as that is up is to link to the Developer...