Skiguard

Security monitoring for your Snowflake Account

Audit your Snowflake account for recommended security practices.

Send alerts to Slack for activity anomalies.

Getting started is as simple as running a container.

    
  docker run -it --rm \
    -e SNOWFLAKE_ACCOUNT=${SNOWFLAKE_ACCOUNT} \
    -e SNOWFLAKE_USER=${SNOWFLAKE_USER} \
    -e SNOWFLAKE_PASSWORD=${SNOWFLAKE_PASSWORD} \
    -e SNOWFLAKE_WAREHOUSE=${SNOWFLAKE_WAREHOUSE} \
    -e SNOWFLAKE_ROLE=${SNOWFLAKE_ROLE} \
    -e SLACK_TOKEN=${SLACK_TOKEN} \
    -e SLACK_CHANNEL_ID=${SLACK_CHANNEL_ID} \
    -e SKIGUARD_LICENSE_KEY=${SKIGUARD_LICENSE_KEY} \
    -p 8088:8088 \
    scalecraft/skiguard:latest