Skip to content

Commit

Permalink
Merge pull request #769 from openva/deploy
Browse files Browse the repository at this point in the history
Sync with Deploy
  • Loading branch information
waldoj authored Aug 5, 2024
2 parents 740aaaf + 55fe4e6 commit a6e8b0f
Show file tree
Hide file tree
Showing 69 changed files with 115 additions and 252,401 deletions.
2 changes: 1 addition & 1 deletion deploy/Web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN echo "deb http://archive.debian.org/debian/ stretch main non-free contrib" >
# Disable checking for valid signatures on the archived repositories
RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/90ignore-release-date

RUN docker-php-ext-install mysqli && docker-php-ext-install mysql && a2enmod rewrite && a2enmod expires && a2enmod headers
RUN docker-php-ext-install mysqli && a2enmod rewrite && a2enmod expires && a2enmod headers

# Install our packages
RUN apt --fix-broken install
Expand Down
17 changes: 17 additions & 0 deletions deploy/ZAP.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Use the OWASP ZAP Docker image as the base
FROM zaproxy/zap-stable:latest

# Set the working directory in the container
WORKDIR /zap

# Copy your application's specific ZAP scripts or configurations if any
# COPY zap-configs/ /zap/zap-configs/

# Entrypoint to keep the container running and to use ZAP CLI as needed
# This can be adjusted based on your specific use case
ENTRYPOINT ["zap.sh"]

EXPOSE 8080

# By default, run ZAP in daemon mode on a specific port if not overridden
CMD ["-daemon", "-host", "0.0.0.0", "-port", "8080", "-config", "api.disablekey=true"]
72 changes: 0 additions & 72 deletions deploy/tests/lis_csv/2020-01-23/Amendments.csv

This file was deleted.

3,126 changes: 0 additions & 3,126 deletions deploy/tests/lis_csv/2020-01-23/BILLS.CSV

This file was deleted.

Loading

0 comments on commit a6e8b0f

Please sign in to comment.