You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move computesha256 to typescript
- Port the computesha256 from bash to typescript.
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Updated to use the native crypto library
- Updated to use the native crypto library
- Included README instructions
- Some minor nits.
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Included additional console outputs for debugging
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Removed .prettierrc.json
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Included workflow to validate the computesha256
- Included the workflow to validate the computesha256 github action
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Code review fixes
- Included permissions for the workflow
- Renamed the workflow file
- Updated the input variable to `path`
- Changed the `run` function to non-async
- Updated the README instructions
- Included the tag for pinned SHA
* Updated to npm ci form npm i
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Add new line
* Fix spaces
* Fixed the error in actions code.
* Moved the action within the pre-submit.actions.yml
- Moved the action within the pre-submit.actions.yml
- Removed the redundant instructions in README
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
* Remove extra line
Co-authored-by: Ian Lewis <ianlewis@google.com>
This will need to pull through from in-toto
The text was updated successfully, but these errors were encountered: