Skip to content

Commit

Permalink
Merge pull request #36 from stacklok/ready-release
Browse files Browse the repository at this point in the history
Add Metadata and improve description
  • Loading branch information
lukehinds authored Jun 10, 2024
2 parents 01c2113 + fd5aab9 commit 018f3f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@

Get a security and quality analysis of your dependencies with TrustyPkg!

Trusty is a dependency analysis tool that provides a comprehensive security and
quality analysis of your dependencies. This action integrates Trusty into your
GitHub workflow, allowing you to automatically check the quality of your
dependencies on every pull request.

Trusty is a service by [stacklok](https://stacklok.com) which analyses thousands
of packages across multiple languages to provide a comprehensive security
and quality analysis of your dependencies.

Trusty uses a combination of static analysis, machine learning, and malware
detection to provide a comprehensive analysis of your dependencies.
[Trusty](https://trustypkg.dev/), by [Stacklok](https://stacklok.com) is a
dependency analysis tool that provides security and quality analysis of your
dependencies. This action integrates Trusty into your GitHub workflow,
allowing you to automatically check the quality and safety of your dependencies
on every pull request.

The Trusty service used by this action is analyses thousands of packages a day
across multiple languages to provide a comprehensive security and quality
analysis of your dependencies. Every dependency released by open source developers
are ran through a series of static analysis, machine learning, and malware
detection checks to capture any potential security risks or quality issues and
protect your codebase from malicious or low-quality dependencies.


![Main Pull Request](docs/main.png)
Expand Down
8 changes: 6 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "TrustyPkg Action"
description: "Run Trusty against your dependencies for supply chain risks"
name: "Trusty Dependency Safety Check"
description: "Ensure your dependencies are safe and trustworthy"
author: "Trusty Team at Stacklok"
branding:
icon: "alert-triangle"
color: "yellow"
inputs:
GITHUB_TOKEN:
description: "GitHub token"
Expand Down

0 comments on commit 018f3f2

Please sign in to comment.