Closed GLVSKiriti closed 7 months ago
@FedeDP @leogr Just by running the kubectl the rule triggers
And the docker file I used is
FROM alpine:latest
# Install dependencies
RUN apk add --no-cache curl
# Install kubectl
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" \
&& chmod +x kubectl \
&& mv kubectl /usr/local/bin/
CMD ["sh"]
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: FedeDP, GLVSKiriti
The full list of commands accepted by this bot can be found here.
The pull request process is described here
LGTM label has been added.
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area events
What this PR does / why we need it: Added an event for default rule "Kubernetes Client Tool Launched in Container" as mentioned here
Which issue(s) this PR fixes:
Fixes #168
Special notes for your reviewer: