Skip to content

Dev rebrand #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.1.1] - (11/10/23)
- Change name from SVIP to SBOM-in-a-Box to better represent the platform

## [v1.1.0] - (9/28/23)
### Added
- Can download `vex` and `metrics` reports
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SBOM Visualization and Integration Platform GUI
# SBOM-in-a-Box

> The SBOM Visualization and Integration Platform (**SVIP**) is a unified platform to promote the
> The **SBOM-in-a-Box** is a unified platform to promote the
> production, consumption, and utilization of Software Bills of Materials.


Expand All @@ -12,7 +12,7 @@

### Quick Start

1. Follow the [SVIP API](https://github.com/SoftwareDesignLab/SVIP/tree/main#quick-start) quick start to launch the backend
1. Follow the [SBOM-in-a-Box API](https://github.com/SoftwareDesignLab/SVIP/tree/main#quick-start) quick start to launch the backend
2. `npm ci`
3. `npm start`

Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="main-wrapper">
<app-navbar />
<!-- <app-navbar /> -->
<div class="body flex" style="overflow-y: auto;">
<app-upload/>
<app-view *ngIf="routing.GetPage() === 1"/>
Expand Down