added security-guard (#5161)

This commit is contained in:
David Hadas 2022-08-04 22:54:21 +03:00 committed by GitHub
parent 224328b97c
commit ec5dda4c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 4 deletions

View File

@ -5,10 +5,8 @@
# #
# To regenerate, run: # To regenerate, run:
# go run ./tools/redir-gen/ # go run ./tools/redir-gen/
/actions-downstream-test/* go-get=1 /golang/actions-downstream-test.html 200 /actions/* go-get=1 /golang/actions.html 200
/actions-kind/* go-get=1 /golang/actions-kind.html 200
/async-component/* go-get=1 /golang/async-component.html 200 /async-component/* go-get=1 /golang/async-component.html 200
/build-spike/* go-get=1 /golang/build-spike.html 200
/caching/* go-get=1 /golang/caching.html 200 /caching/* go-get=1 /golang/caching.html 200
/client/* go-get=1 /golang/client.html 200 /client/* go-get=1 /golang/client.html 200
/client-pkg/* go-get=1 /golang/client-pkg.html 200 /client-pkg/* go-get=1 /golang/client-pkg.html 200
@ -32,11 +30,11 @@
/eventing-prometheus/* go-get=1 /golang/eventing-prometheus.html 200 /eventing-prometheus/* go-get=1 /golang/eventing-prometheus.html 200
/eventing-rabbitmq/* go-get=1 /golang/eventing-rabbitmq.html 200 /eventing-rabbitmq/* go-get=1 /golang/eventing-rabbitmq.html 200
/eventing-redis/* go-get=1 /golang/eventing-redis.html 200 /eventing-redis/* go-get=1 /golang/eventing-redis.html 200
/func-tastic/* go-get=1 /golang/func-tastic.html 200
/hack/* go-get=1 /golang/hack.html 200 /hack/* go-get=1 /golang/hack.html 200
/homebrew-client/* go-get=1 /golang/homebrew-client.html 200 /homebrew-client/* go-get=1 /golang/homebrew-client.html 200
/homebrew-kn-plugins/* go-get=1 /golang/homebrew-kn-plugins.html 200 /homebrew-kn-plugins/* go-get=1 /golang/homebrew-kn-plugins.html 200
/infra/* go-get=1 /golang/infra.html 200 /infra/* go-get=1 /golang/infra.html 200
/integration/* go-get=1 /golang/integration.html 200
/kn-plugin-admin/* go-get=1 /golang/kn-plugin-admin.html 200 /kn-plugin-admin/* go-get=1 /golang/kn-plugin-admin.html 200
/kn-plugin-diag/* go-get=1 /golang/kn-plugin-diag.html 200 /kn-plugin-diag/* go-get=1 /golang/kn-plugin-diag.html 200
/kn-plugin-event/* go-get=1 /golang/kn-plugin-event.html 200 /kn-plugin-event/* go-get=1 /golang/kn-plugin-event.html 200
@ -66,6 +64,7 @@
/release/* go-get=1 /golang/release.html 200 /release/* go-get=1 /golang/release.html 200
/sample-controller/* go-get=1 /golang/sample-controller.html 200 /sample-controller/* go-get=1 /golang/sample-controller.html 200
/sample-source/* go-get=1 /golang/sample-source.html 200 /sample-source/* go-get=1 /golang/sample-source.html 200
/security-guard/* go-get=1 /golang/security-guard.html 200
/serving/* go-get=1 /golang/serving.html 200 /serving/* go-get=1 /golang/serving.html 200
/serving/* https://pkg.go.dev/knative.dev/serving/:splat /serving/* https://pkg.go.dev/knative.dev/serving/:splat
/specs/* go-get=1 /golang/specs.html 200 /specs/* go-get=1 /golang/specs.html 200

4
golang/actions.html Normal file
View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/actions git https://github.com/knative/actions">
<meta name="go-source" content="knative.dev/actions https://github.com/knative/actions https://github.com/knative/actions/tree/main{/dir} https://github.com/knative/actions/blob/main{/dir}/{file}#L{line}">
</head></html>

4
golang/func-tastic.html Normal file
View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/func-tastic git https://github.com/knative-sandbox/func-tastic">
<meta name="go-source" content="knative.dev/func-tastic https://github.com/knative-sandbox/func-tastic https://github.com/knative-sandbox/func-tastic/tree/main{/dir} https://github.com/knative-sandbox/func-tastic/blob/main{/dir}/{file}#L{line}">
</head></html>

View File

@ -0,0 +1,4 @@
<html><head>
<meta name="go-import" content="knative.dev/security-guard git https://github.com/knative-sandbox/security-guard">
<meta name="go-source" content="knative.dev/security-guard https://github.com/knative-sandbox/security-guard https://github.com/knative-sandbox/security-guard/tree/main{/dir} https://github.com/knative-sandbox/security-guard/blob/main{/dir}/{file}#L{line}">
</head></html>