Skip to content

Commit c26ab0b

Browse files
majaberejberejmaj
andauthored
Feature/default gitleaks rules (#78)
* New gitleaks rules * New gitleaks rules --------- Co-authored-by: berejmaj <maja.berej@orange.com>
1 parent bd19cf0 commit c26ab0b

File tree

3 files changed

+3211
-1
lines changed

3 files changed

+3211
-1
lines changed

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ WORKDIR /app
3838
# Copy the built JAR file from the previous stage to the container
3939
COPY --from=maven_build /app/target/MixewayFlowAPI-0.0.1-SNAPSHOT.jar flowapi.jar
4040
COPY gitleaks.default.toml .gitleaks.default.toml
41+
COPY gitleaks.toml .gitleaks.toml
4142

4243
# Install dependencies, Node.js, Maven, Python, pip, and Firefox
4344
RUN apt-get update && \

0 commit comments

Comments
 (0)