7e663b2cf5
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220722155237-a158d28d115b to 0.7.0. - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Functions
The point of this folder is to make GCP Cloud functions able to run default WALKOFF apps.
How it works:
- Subsequent info is based on the appname in main
- stitcher.go deploys the config to the app part of the website
- stitcher.go deploys the cloud function based on baseline.py
- stitcher.go SHOULD deploy the app to dockerhub for onpremise usecases
How to fix an appfile (done in stitcher.go)
- Remove walkoff_app_sdk.app_base import
- Remove anything with name == "main" (runner)
Stitching order:
- Base imports
- Authorization
- class AppBase
- class
- Runner
Update may 2020:
Moved static_baseline to ./onprem/app_sdk because of license.