Cristian Fadón
Cristian Fadón
is this feature available to be used yet?
I'm using a workaround for the moment, if anybody is interested: ```yaml job-one: name: Dast report for site one runs-on: ubuntu-latest steps: - name: ZAP Scan uses: zaproxy/[email protected] with: issue_title:...
same error here with the following call: ```terraform module "aurora-backup-eu" { source = "cloudposse/backup/aws" version = "0.14.0" namespace = "sample" stage = local.environment name = "rds" backup_resources = [ module.sample-aurora-cluster.primary_arn...
> AGWfirewallLogs How do you know the table names?
is this going to be available on dockerhub?
I like the idea of supporting any node label as a column in the node view. for example: ``` node.kubernetes.io/node-type=default node.kubernetes.io/node-type=ingress node.kubernetes.io/node-type=monitoring ``` similar to how AWS allows you to...
I'm not talking about running the whole job in a docker container, I'm talking about a github action that is written as a docker container, with the following lines inside...
Even tho that action uses docker commands inside, it is still a typescript action and not a docker action, so it doesn't really answer my question. We have develop an...
Using the SDK is completely normal, why would we develop an action writing a wrapper around azure cli while the official sdks exist? anyway, the conclusion is clear: Actions made...