Skip to content

Commit

Permalink
Use the cisagov fork of 18F/domain-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Jan 31, 2023
1 parent 20fea10 commit 51fecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools
###
# Install domain-scan
###
RUN git clone https://github.com/18F/domain-scan \
RUN git clone https://github.com/cisagov/domain-scan \
${CISA_HOME}/domain-scan/
RUN pip install --no-cache-dir --upgrade \
--requirement ${CISA_HOME}/domain-scan/requirements.txt
Expand Down

0 comments on commit 51fecd5

Please sign in to comment.