forked from grafeas/grafeas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (88 loc) · 4.33 KB
/
index.html
File metadata and controls
94 lines (88 loc) · 4.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
layout: landing
title: Grafeas
---
{% include home.html %}
<div class="nav-hero-container">
<div class="hero">
<div class="container">
<h1 class="hero-title">Grafeas</h1>
<img class="hero-logo" alt="Grafeas" src="{{home}}/img/grafeas-logo.svg" />
<h1 class="hero-lead">An open artifact metadata API to audit and govern your software supply chain</h1>
<span class="hero-down-arrow fa fa-2 fa-caret-down"></span>
</div>
</div>
</div>
<section class="hero-wrapper">
<div class="jumbotron traffic">
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/universal-metadata.png" alt="Universal Artifact Metadata Store">
<div class="section-content pull-right">
<h2>Universal artifact metadata</h2>
<p>
Store, query, and retrieve critical metadata about all of your software artifacts,
regardless of their type and where they are stored. Get 360-degree visibility across
a variety of environments, including on-premises, private, and public cloud clusters.
</p>
<a href="{{home}}/about"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron resilience">
<div class="container-fluid">
<img class="landing-image pull-right" src="{{home}}/img/pluggable.png" alt="Pluggable">
<div class="section-content pull-left">
<h2>Pluggable</h2>
<p>
Easily add new metadata types and providers as your software supply chain grows and evolves.
Bring over metadata for analysis from different tools used across different stages
of the software development lifecycle.
</p>
<a href="{{home}}/docs/concepts/what-is-grafeas/overview.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a> </div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron policy">
<div class="container-fluid">
<img class="landing-image pull-left" src="{{home}}/img/granular-access-control.png" alt="Granular access control">
<div class="section-content pull-right">
<h2>Strong access controls</h2>
<p>
Carefully control read/write access to critical metadata about your development pipelines.
Set access controls depending on the role of metadata producers and consumers.
</p>
<a href="{{home}}/docs/concepts/what-is-grafeas/overview.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<section class="hero-wrapper">
<div class="jumbotron reporting">
<div class="container-fluid">
<img class="landing-image pull-right" src="{{home}}/img/rich-querying.png" alt="Rich query-ability">
<div class="section-content pull-left">
<h2>Rich query-ability</h2>
<p>
Query all metadata across all of your components in real time so you don’t have to parse monolithic
reports on each component. Answer critical questions about your software supply chain like,
"Are any deployed components affected by recently discovered vulnerabilities?"
</p>
<a href="{{home}}/docs/concepts/what-is-grafeas/overview.html"><button class="btn btn-istio btn-read-more">READ MORE</button></a>
</div>
</div>
</div>
</section>
<div id="doc-call" class="container-fluid doc-call-container ">
<div class="row doc-call-row">
<div class="col-md-10 nofloat center-block">
<div class="col-sm-9 text-center nofloat center-block">
<h2 class="doc-call-title">Want to learn more?</h2>
<p class="doc-call-text">Get started by learning Grafeas concepts and trying the reference implementation.</p>
<a href="{{home}}/docs"><button class="btn btn-grafeas">GET STARTED</button></a>
</div>
</div>
</div>
</div>