diff --git a/content/caseStudies/npm.md b/content/caseStudies/npm.md new file mode 100644 index 0000000..adff650 --- /dev/null +++ b/content/caseStudies/npm.md @@ -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" +--- diff --git a/content/caseStudies/stacklok.md b/content/caseStudies/stacklok.md new file mode 100644 index 0000000..1a0e90f --- /dev/null +++ b/content/caseStudies/stacklok.md @@ -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" +--- diff --git a/content/category/bleeping-computer.json b/content/category/bleeping-computer.json index 153d531..2465c36 100644 --- a/content/category/bleeping-computer.json +++ b/content/category/bleeping-computer.json @@ -1,5 +1,5 @@ { "brandLogo": "/img/bleepingcomputer.png", "title": "Bleeping Computer", - "position": "5" + "position": "6" } \ No newline at end of file diff --git a/content/category/github.json b/content/category/github.json new file mode 100644 index 0000000..616bb6a --- /dev/null +++ b/content/category/github.json @@ -0,0 +1,5 @@ +{ + "brandLogo": "/img/github-icon.png", + "title": "GitHub", + "position": "2" +} \ No newline at end of file diff --git a/content/category/google.json b/content/category/google.json index b1d4328..c1e8d43 100644 --- a/content/category/google.json +++ b/content/category/google.json @@ -1,5 +1,5 @@ { "brandLogo": "/img/google.png", "title": "Google", - "position": "2" + "position": "3" } \ No newline at end of file diff --git a/content/category/kpack.json b/content/category/kpack.json index 2be32df..f3ba599 100644 --- a/content/category/kpack.json +++ b/content/category/kpack.json @@ -1,5 +1,5 @@ { "brandLogo": "/img/kpack.png", "title": "KPACK", - "position": "3" + "position": "4" } \ No newline at end of file diff --git a/content/category/red-hat.json b/content/category/red-hat.json index e3a2487..5f5c681 100644 --- a/content/category/red-hat.json +++ b/content/category/red-hat.json @@ -1,5 +1,5 @@ { "brandLogo": "/img/redhat.png", "title": "Red Hat", - "position": "4" + "position": "5" } \ No newline at end of file diff --git a/content/category/stacklok.json b/content/category/stacklok.json new file mode 100644 index 0000000..722a637 --- /dev/null +++ b/content/category/stacklok.json @@ -0,0 +1,5 @@ +{ + "brandLogo": "/img/stacklok-icon.png", + "title": "Stacklok", + "position": "1" +} \ No newline at end of file diff --git a/content/category/wired.json b/content/category/wired.json index 9c5ddcb..c9722da 100644 --- a/content/category/wired.json +++ b/content/category/wired.json @@ -1,5 +1,5 @@ { "brandLogo": "/img/wired.png", "title": "Wired", - "position": "1" + "position": "7" } \ No newline at end of file diff --git a/content/events/jpmorgan-sigstore.md b/content/events/jpmorgan-sigstore.md new file mode 100644 index 0000000..5d3cae7 --- /dev/null +++ b/content/events/jpmorgan-sigstore.md @@ -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/ +--- diff --git a/content/events/openssf-sigstore-blog.md b/content/events/openssf-sigstore-blog.md new file mode 100644 index 0000000..ba6853a --- /dev/null +++ b/content/events/openssf-sigstore-blog.md @@ -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/ +--- diff --git a/content/events/windriver-sigstore.md b/content/events/windriver-sigstore.md new file mode 100644 index 0000000..9cfd39c --- /dev/null +++ b/content/events/windriver-sigstore.md @@ -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/ +--- diff --git a/content/home.md b/content/home.md index 8bc9dc3..08acfca 100644 --- a/content/home.md +++ b/content/home.md @@ -114,6 +114,8 @@ sections: - type: carousel header: Image Gallery carouselCaseItems: + - stacklok + - npm - bleeping-computer - google - kpack diff --git a/static/img/github-icon.png b/static/img/github-icon.png new file mode 100644 index 0000000..b4eb596 Binary files /dev/null and b/static/img/github-icon.png differ diff --git a/static/img/stacklok-icon.png b/static/img/stacklok-icon.png new file mode 100644 index 0000000..f9024d0 Binary files /dev/null and b/static/img/stacklok-icon.png differ