Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pojntfx/uni-supply-chain-paper
A paper on supply chain security in software development for Uni.
https://github.com/pojntfx/uni-supply-chain-paper
chain in-toto modeling supply supply-chain supply-chain-security
Last synced: 10 days ago
JSON representation
A paper on supply chain security in software development for Uni.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-supply-chain-paper
- Owner: pojntfx
- License: agpl-3.0
- Created: 2022-01-02T15:40:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T00:07:07.000Z (over 1 year ago)
- Last Synced: 2024-05-02T02:57:27.319Z (8 months ago)
- Topics: chain, in-toto, modeling, supply, supply-chain, supply-chain-security
- Homepage: https://pojntfx.github.io/uni-supply-chain-paper/
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Uni Supply Chain Paper
A paper on supply chain security in software development for Uni.
[![Deliverance CI](https://github.com/pojntfx/uni-supply-chain-paper/actions/workflows/deliverance.yaml/badge.svg)](https://github.com/pojntfx/uni-supply-chain-paper/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-supply-chain-paper/), [download them from GitHub releases](https://github.com/pojntfx/uni-supply-chain-paper/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-supply-chain-paper).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-supply-chain-paper.git
$ cd uni-supply-chain-paper
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni Supply Chain Paper (c) 2022 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0