Skip to content

wlynch/gittuf

 
 

Repository files navigation

gittuf

OpenSSF Best Practices

gittuf provides a security layer for Git using some concepts introduced by The Update Framework (TUF). Among other features, gittuf handles key management for all developers on the repository, allows you to set permissions for repository branches, tags, files, etc., lets you use new cryptographic algorithms (SHA256, etc.), protects against other attacks Git is vulnerable to, and more — all while being backwards compatible with GitHub, GitLab, etc.

gittuf is a sandbox project at the Open Source Security Foundation (OpenSSF) as part of the Supply Chain Integrity Working Group.

Current Status

gittuf is currently approaching an alpha release. It is NOT intended for use in a production system or repository. Contributions are welcome, please refer to the contributing guide. Some of the features listed above are being actively developed, please refer to the roadmap and the issue tracker for more details.

Installation

gittuf requires Go 1.20 or higher.

The tool can be installed using go install as follows:

$ go install github.com/gittuf/gittuf@latest

Alternatively, you can clone the repository and run make. This will also run the test suite prior to installing gittuf.

$ git clone https://github.com/gittuf/gittuf
$ cd gittuf
$ make

About

A security layer for Git repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.9%
  • Makefile 0.1%