Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into suzieq-lesson-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Mierdin committed Mar 29, 2021
2 parents bc09b03 + 62cbc69 commit fbfd679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/check-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "ENV TO FOLLOW"
echo $(env)


if [ "$GITHUB_EVENT_NAME" != "pull_request" ];
if [ "$GITHUB_EVENT_NAME" != "pull_request_target" ];
then
echo "This is not a pull request, skipping the changelog check"
exit 0
Expand Down
2 changes: 2 additions & 0 deletions images/suzieq/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM netenglabs/suzieq:0.9
RUN apt-get update && apt-get install -y openssh-server python3 python3-pip dnsutils iputils-ping git vim curl util-linux sshpass nano jq libxml2-utils
RUN mkdir /var/run/sshd

RUN foobarfoobarfoobar

# Antidote user
RUN mkdir -p /home/antidote
RUN useradd antidote -p antidotepassword
Expand Down

0 comments on commit fbfd679

Please sign in to comment.