Skip to content

Examples of Github Actions workflows that extend the functionality of digestabot.

License

chainguard-dev/digestabot-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

digestabot-examples

This repository contains examples of Github Actions workflows that extend the functionality of digestabot for different use cases.

You can see the workflows in ./.github/workflows.

The workflows create Pull Requests in this repository.

Digestabot

Demonstrates the straightforward usage of digestabot.

Chainctl Image Diff

Runs chainctl image diff on the updates made by digestabot.

It includes a summary of the differences in the PR body.

It also avoids making changes that do not resolve any vulnerabilities. This could prevent some of the toil of reviewing PRs for images that are frequently updated.

Grype Scan

Runs grype on each image update and adds a comment to the PR with the scan results.

It also registers a failed check against the commit for any High or Critical severity CVEs.

About

Examples of Github Actions workflows that extend the functionality of digestabot.

Resources

License

Security policy

Stars

Watchers

Forks