Skip to content

Commit

Permalink
update customqueries
Browse files Browse the repository at this point in the history
  • Loading branch information
belane committed Sep 1, 2022
1 parent afaa5b0 commit a4cf5f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 123 deletions.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ RUN wget https://github.com/BloodHoundAD/BloodHound/releases/download/$bloodhoun
chmod +x /opt/BloodHound-linux-x64/BloodHound

# BloodHound Config
COPY config/*.json /root/.config/bloodhound/
COPY config.json /root/.config/bloodhound/

# Custom Queries
RUN wget https://raw.githubusercontent.com/CompassSecurity/BloodHoundQueries/master/customqueries.json -nv -P /root/.config/bloodhound/

# Init Script
RUN echo '#!/usr/bin/env bash\n\
Expand Down
File renamed without changes.
122 changes: 0 additions & 122 deletions config/customqueries.json

This file was deleted.

0 comments on commit a4cf5f9

Please sign in to comment.