VirusTotalNet
VirusTotalNet copied to clipboard
A full implementation of the VirusTotal 2.0 API
## Expected Behaviour Today there are templates for various NodeJS versions. Node 18 is out, but there is no template for it. Node 18 is particularly interesting because it bundles...
Signed-off-by: F. Talha Altinel changed Go version to accurate one for the example ## Description docs was pointing out to 1.15 but the template uses 1.18 version ## Motivation and...
## Description This change adds the ability to provide a GIT_TOKEN as a build argument. This git token is then set as an environment variable. Also the pip install code...
Adding python3-fastapi and python3-fastapi-debian to the templates ## Description It would be awesome to have the fastapi templates in the main repo. I used https://github.com/loudsquelch/openfaas-python3-fastapi-template for my additions and created...
Signed-off-by: Paulo Lopes Fixes #282 ## Description This PR will update the template to: * ~~JDK 17 (LTS)~~ * Vert.x 4.2.4 ## Motivation and Context The original template has several...
Upgrade Vertx to 4.x ## Expected Behaviour We should have an option or change our main option for java11-vertx that means users can take advantage of the latest stable version...
Signed-off-by: Patrik Fortier ## Description Added a `io.vertx.ext.web.handler.BodyHandler` instance to the handlers to populate routingContext with the HTTP request body. ## Motivation and Context - [x] I have raised an...
The js templates using `express` are missing SIGTERM handling ## Expected Behaviour A SIGTERM on the container should stop it ## Current Behaviour Nothing happens, the shutdown times out and...
Does OpenFaas support rust, would there be a development pathway to make this work, and potentially make this work in production (or with production quality)? Thanks!