Skip to content

Commit

Permalink
Fix blog url to prevent 404s (#3095)
Browse files Browse the repository at this point in the history
Update the blog url to prevent 404s.

---------

Co-authored-by: Xueqin Cui <[email protected]>
  • Loading branch information
another-rex and cuixq authored Jan 29, 2025
1 parent a9940a5 commit 3be0a23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions gcp/website/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ for Hugo installation.
Posts are written using Markdown. During deploy, this is rendered into HTML.
The name of the file corresponds to the URL slug.

The file name must only contain these regex characters `+\w-`.

```bash
$ hugo new posts/name-of-new-post.md
$ <your-editor> content/posts/name-of-new-post.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "OSV-Scanner v2.0.0-beta1 is ready! "
title: "OSV-Scanner v2.0.0-beta1 is ready!"
date: 2025-01-29T00:00:00Z
draft: false
author: The OSV Team
Expand All @@ -22,10 +22,10 @@ A significant new feature is a rewritten, layer-aware container scanning support
This layer analysis leverages [OSV-Scalibr](https://github.com/google/osv-scalibr), and supports the following OSes and languages:
| Distro Support | Language Artifacts Support |
| -------------- | -------------------------- |
| Alpine OS | Go |
| Debian | Java |
| Ubuntu | Node |
| | Python |
| Alpine OS | Go |
| Debian | Java |
| Ubuntu | Node |
| | Python |

Base image identification also leverages a [new experimental API](https://docs.deps.dev/api/v3alpha/#querycontainerimages) provided by deps.dev. Check out their [technical blog post](https://blog.deps.dev/base-container-image/index.html) for details on how this data is collected and queried.

Expand Down

0 comments on commit 3be0a23

Please sign in to comment.