Skip to content

Commit

Permalink
Add diagram (#83)
Browse files Browse the repository at this point in the history
* Add flowchart

* Update CHANGELOG

* Add PNG file

* Update registry for CICD image

* Revert to older CICD

* Use GitHub registry CICD

* Fix linting

* Trigger static analysis
  • Loading branch information
yashpatel6 authored May 13, 2024
1 parent e23acee commit 05ca2ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

---

## [Unreleased]
### Added
- Add validation flowchart

---

## [5.0.0] - 2024-02-16
### Added
- Validation skip functionality for checksums
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# PipeVal

- [Overview](#overview)
- [Validation Flowchart](#validation-flowchart)
- [Docker](#docker)
- [Installation](#installation)
- [From GitHub](#install-directly-from-github)
Expand All @@ -21,6 +22,10 @@ PipeVal is an easy to use CLI tool that can be used to validate different inputs

Its primary functions are to generate and/or compare checksum files and validate input files.

### Validation Flowchart
![flowchart](./pipeval_flowchart.png)


## Docker
The tool can be used via the docker image [`ghcr.io/uclahs-cds/pipeval:<tag>`](https://github.com/orgs/uclahs-cds/packages/container/package/pipeval)

Expand Down
Binary file added pipeval_flowchart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05ca2ea

Please sign in to comment.