Guimo

Results 11 issues of Guimo

## ➹ New Feature implementation request When I receive the summary of findings in slack it looks like this: ``` Findings Severity Overview: informational: 6 low: 5 medium: 8 Findings...

enhancement
hook

## ➹ Set a path in the S3 bucket for target files S3 is a very open file storage. A single bucket is capable of handling many types of files...

enhancement

## ➹ New Feature implementation request In the ScheduledScan, allow handling days "d" ### Is your feature request related to a problem? I want to run my scans every week,...

enhancement

## Your Question I got two scheduled scans to two different sites which appear in the cluster as: ``` NAME TYPE INTERVAL FINDINGS zap-scan-earnd-admin zap-full-scan 168h 19 zap-scan-egw-adminconsole zap-full-scan 168h...

enhancement

## 🐞 Bug report ### Describe the bug I was testing my setup using IAM roles. I had a few problems setting up a scan due to permissions on S3....

bug

Would be awesome. I.E. as a replacement instead of having to install jobs on each slave (i.e. for container cleanup).

This thread is to discuss the dungeon generator and see its progress. When finished the player should be able to walk around a dungeon as a FPS. We can later...

# Details I setup my terraform helm_release like this: ``` oss_prod_etherpad/main.tf --------------------------------------------------------- resource "helm_release" "etherpad" { name = local.name repository = "https://nicholaswilde.github.io/helm-charts/" chart = "etherpad" version = "1.0.2" namespace =...

## Description I have used terraform and EKS for years with no problems dynamically creating and destroying clusters, no big deal. Lately I had to setup a new cluster with...

question
upstream-terraform

OTF (a TFC open source clone) well-known/terraform.json file tfe.v2 entries differs a bit from TFC. i.e. OTF: "tfe.v2":"/api/v2" TFC: "tfe.v2":"/api/v2/" This is explained here https://github.com/leg100/otf/issues/474 This change handles this scenario...