这是indexloc提供的服务,不要输入任何密码
Skip to content

🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
Apache-2.0
LICENSE-code
CC-BY-4.0
LICENSE-document
Notifications You must be signed in to change notification settings

hblixt/tag-security

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Native Security Map

This is the repo for the web dev of the Cloud Native Security Map (cncf#348).

Run the development server:

npm run dev
# or
yarn dev

Production server: run npm run build to build and npm start or start server statically with something like python -m SimpleHTTPServer.

Adding content

Content can be added as markdown-files. See content/

---
title: "Example-post"
date: "2020-10-01"
category: "Runtime"
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et massa cursus, lobortis felis eget, convallis mauris. Mauris condimentum vel odio ac vulputate. Pellentesque in vulputate dolor

To enable syntax highlighting, set the language after the backticks in a codeblock: ```jsx

import React from "react";

const CoolComponent = () =>

I'm a cool component!!
;

export default CoolComponent; ```

This is a Next.js project bootstrapped with create-next-app.

About

🔐CNCF Security Technical Advisory Group -- secure access, policy control, privacy, auditing, explainability and more!

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE.md
Apache-2.0
LICENSE-code
CC-BY-4.0
LICENSE-document

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 63.7%
  • Makefile 36.3%