Skip to content
Snippets Groups Projects

Resolve "Add Automated Secrets Detection"

Merged Raul Barreras requested to merge 6-add-automated-secrets-detection into develop
4 files
+ 37
16
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
2
@@ -20,7 +20,6 @@ RUN apk update && apk upgrade && \
COPY entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.sh
#ENTRYPOINT ["/usr/local/bin/detect-secrets"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["/usr/local/bin/detect-secrets", "scan"]
CMD ["/usr/local/bin/detect-secrets"]
Loading