Skip to content

Commit

Permalink
Add news round up and npm / stacklok case study (#298)
Browse files Browse the repository at this point in the history
* Add news round up and npm / stacklok case study

Signed-off-by: Luke Hinds <luke@stacklok.com>

* Remove redundant image

Signed-off-by: Luke Hinds <luke@stacklok.com>

* Update content/caseStudies/npm.md

Co-authored-by: Bob Callaway <bobcallaway@users.noreply.github.com>
Signed-off-by: Luke Hinds <luke@stacklok.com>

---------

Signed-off-by: Luke Hinds <luke@stacklok.com>
Co-authored-by: Bob Callaway <bobcallaway@users.noreply.github.com>
  • Loading branch information
lukehinds and bobcallaway committed Dec 5, 2023
1 parent 59e1f33 commit d00bd04
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 5 deletions.
12 changes: 12 additions & 0 deletions content/caseStudies/npm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
excerpt: “How to verifiably link npm packages to their source repository and build instructions.”
title: GitHub
date: Wednesday July 21st, 2021
brand: /img/github-icon.png
name: Brian DeHamer, Philip Harrison
role: GitHub Package Security Team
caseColour: bg-orange-medium
caseStudyText: “How to verifiably link npm packages to their source repository and build instructions.”
caseStudyLink: https://github.blog/2023-04-19-introducing-npm-package-provenance/
category: "Case Study: NPM"
---
10 changes: 10 additions & 0 deletions content/caseStudies/stacklok.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
excerpt: "We're excited to announce the launch of Minder and Trusty, two free-to-use tools that build on the power of the open source project Sigstore..."
title: Stacklok
date: Wednesday July 21st, 2021
brand: /img/stacklok-icon.png
caseColour: bg-pastel-blue
caseStudyText: "We're excited to announce the launch of Minder and Trusty, two free-to-use tools that build on the power of the open source project Sigstore..."
caseStudyLink: https://stacklok.com/blog/announcing-trusty-and-minder-free-to-use-tools-to-help-developers-and-open-source-communities-build-safer-software
category: "Case Study: Stacklok"
---
2 changes: 1 addition & 1 deletion content/category/bleeping-computer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"brandLogo": "/img/bleepingcomputer.png",
"title": "Bleeping Computer",
"position": "5"
"position": "6"
}
5 changes: 5 additions & 0 deletions content/category/github.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"brandLogo": "/img/github-icon.png",
"title": "GitHub",
"position": "2"
}
2 changes: 1 addition & 1 deletion content/category/google.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"brandLogo": "/img/google.png",
"title": "Google",
"position": "2"
"position": "3"
}
2 changes: 1 addition & 1 deletion content/category/kpack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"brandLogo": "/img/kpack.png",
"title": "KPACK",
"position": "3"
"position": "4"
}
2 changes: 1 addition & 1 deletion content/category/red-hat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"brandLogo": "/img/redhat.png",
"title": "Red Hat",
"position": "4"
"position": "5"
}
5 changes: 5 additions & 0 deletions content/category/stacklok.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"brandLogo": "/img/stacklok-icon.png",
"title": "Stacklok",
"position": "1"
}
2 changes: 1 addition & 1 deletion content/category/wired.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"brandLogo": "/img/wired.png",
"title": "Wired",
"position": "1"
"position": "7"
}
6 changes: 6 additions & 0 deletions content/events/jpmorgan-sigstore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: JPMorgan’s Global CISO urges use of Sigstore, Alpha-Omega in open source security drive
pubDate: 2023-10-5
entryTag: news
link: https://www.thestack.technology/jpmorgans-global-ciso-use-sigstore-alpha-omega/
---
6 changes: 6 additions & 0 deletions content/events/openssf-sigstore-blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Sigstore - Simplifying Code Signing for Open Source Ecosystems
pubDate: 2023-11-21
entryTag: news
link: https://openssf.org/blog/2023/11/21/sigstore-simplifying-code-signing-for-open-source-ecosystems/
---
6 changes: 6 additions & 0 deletions content/events/windriver-sigstore.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Wind River Further Expands VxWorks RTOS Containers Leadership with Cosign Support
pubDate: 2023-11-01
entryTag: news
link: https://www.businesswire.com/news/home/20231101614010/en/
---
2 changes: 2 additions & 0 deletions content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ sections:
- type: carousel
header: Image Gallery
carouselCaseItems:
- stacklok
- npm
- bleeping-computer
- google
- kpack
Expand Down
Binary file added static/img/github-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/stacklok-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d00bd04

Please sign in to comment.