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
Copy file name to clipboardExpand all lines: .github/workflows/contracts/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
## Chainloop contracts
2
2
3
+
4
+
> **Disclaimer**: All contracts stored in the `.github/workflows/contracts` folder are a showcase of the Chainloop
5
+
internal build, package, release pipeline managed by the core maintainers of how to maintain contracts declaratively from a git repository. Real contracts should be stored
6
+
in a different repository and managed by the sec/ops team.
7
+
3
8
In this folder all contracts of Chainloop repository are kept as a reference and are the source of truth.
4
9
5
10
On every push to the `main` branch of the repository, all files contained in `.github/workflows/contracts`
0 commit comments