Carlo Jessurun

Results 4 issues of Carlo Jessurun

After running pip install httpie-ntlm and running http --help i got the following: Authentication: --auth USER[:PASS], -a USER[:PASS] If only the username is provided (-a username), HTTPie will prompt for...

**Describe the bug** The latest module (v0.5.2) throws the following error: ```bash "The value supplied for parameter 'instanceProfileName' is not valid. The provided instance profile does not exist. ``` The...

bug

We are currently running Trivy with the latest version: ```yaml name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 #0.19.0 with: image-ref: '$ref' scan-type: 'image' scan-ref: '.' severity: "HIGH,CRITICAL" scanners: "vuln,config" vuln-type:...