diff --git a/README.md b/README.md index d1cfb25e..c8d75ba6 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,17 @@ guarddog pypi verify --output-format=sarif workspace/guarddog/requirements.txt # Output JSON to standard output - works for every command guarddog pypi scan requests --output-format=json -# All the commands also work on npm or go +# All the commands also work on npm, go and github actions guarddog npm scan express +guarddog go scan github.com/DataDog/dd-trace-go + +guarddog go verify /tmp/repo/go.mod + +guarddog github_action scan DataDog/synthetics-ci-github-action + +guarddog github_action verify /tmp/repo/.github/workflows/main.yml + # Run in debug mode guarddog --log-level debug npm scan express ```