diff --git a/.scripts/check-changelog.sh b/.scripts/check-changelog.sh index 9501b051..0061da21 100755 --- a/.scripts/check-changelog.sh +++ b/.scripts/check-changelog.sh @@ -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 diff --git a/images/suzieq/Dockerfile b/images/suzieq/Dockerfile index 23a09f26..beec0263 100644 --- a/images/suzieq/Dockerfile +++ b/images/suzieq/Dockerfile @@ -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