From f17feeb6ed70ed296ec54e728ab5a6be0be85e0e Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Wed, 12 Aug 2020 14:57:22 -0400 Subject: [PATCH] Add demo gif + slack channel links (#145) * add demo gif Signed-off-by: Alex Goodman * add slack channels to issue template selection Signed-off-by: Alex Goodman * github is picky about the issue template file extension Signed-off-by: Alex Goodman --- .github/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ README.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..58b188eb5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +contact_links: + + - name: Help & Support Slack Channel ⛑️ + # link to toolbox-help channel + url: https://anchorecommunity.slack.com/archives/C019BUXV7R6 + about: Ask a questions and get answers + + - name: Developer Slack Channel 💬 + # link to toolbox-dev channel + url: https://anchorecommunity.slack.com/archives/C0190NF9TSM + about: Participate in design discussions and feature development \ No newline at end of file diff --git a/README.md b/README.md index 2565d336a..c42010a4d 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. -[//]: # (TODO: add example gif here) +![Demo](.github/assets/syft-demo.gif) **Features** - Catalog container images and filesystems to discover packages and libraries. - Supports packages and libraries from various ecosystems (APK, DEB, RPM, Ruby Bundles, Python Wheel/Egg/requirements.txt, JavaScript NPM/Yarn, Java JAR/EAR/WAR, Jenkins plugins JPI/HPI, Go modules) -- OS distribution detection (supports alpine, busybox, centos/redhat, debian/ubuntu flavored distributions) +- Linux distribution identification (supports Alpine, BusyBox, CentOS/RedHat, Debian/Ubuntu flavored distributions) > :warning: **This is pre-release software** and it may not work as expected. If you encounter an issue, please [let us know using the issue tracker](https://github.com/anchore/syft/issues).