devsecops
Here are 428 public repositories matching this topic...
-
Updated
Apr 14, 2022 - JavaScript
config validation
Is your feature request related to a problem? Please describe.
It would be nice if gitleaks had a validate command that would validate examples found in the config rules. Introducing such a feature would speed up rule development and help with debugging.
Describe the solution you'd like
example entry in the rules tables
ex:
[[rules]]
id = "discord-client-secret"
des-
Updated
Apr 13, 2022 - Shell
-
Updated
Apr 12, 2022 - Go
No colour option
Describe the issue
Checkov cli output is heavily targeted for a dark background. Using a light theme makes it very hard to read.
Is there a way to remove color or control the theme used?
Version:
- Checkov Version 2.0.1050
Additional context
Small search I found you use termcolor: https://github.com/bridgecrewio/checkov/blob/d55c68ff909c65e341e91938c13a155c99601f5f/checkov/c
-
Updated
Apr 14, 2022 - Go
-
Updated
Apr 13, 2022 - Python
-
Updated
Mar 18, 2022
- terrascan version: 1.9.0
- terraform version: 1.0.1
Enhancement Request
Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.
Extremely useful when running the tool without halting a pipeline for example.
I currently use a workaround, but something more concrete would be very desira
-
Updated
Apr 8, 2022 - Python
-
Updated
Mar 9, 2022
Slack us first!
Hello. I write about problem here:
https://owasp.slack.com/archives/C2P5BA8MN/p1624892081234100
Be informative
As additional into slack I find the same behaviour with Risk Accepted findings. Into Metrics I see 0 Risk Accepted findings, but I have 1 Risk Accepted finding
Bug description
No error. Metrics into product, or metrics dushboard has incorrect info
-
Updated
Mar 31, 2022 - CSS
-
Updated
Feb 14, 2022 - HTML
-
Updated
Apr 11, 2022 - Python
-
Updated
Apr 1, 2022 - Go
-
Updated
Apr 14, 2022 - Elixir
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
Apr 14, 2022 - Go
The current swagger definition is autogenerated. The automatically generated definitions rely on reflection and annotations to create the documentation. The reflection capabilities are poor at best and lead to missing API parameters. Annotations can help in some cases, but the only fix for Swagger is to create individual POJOs for every possible request. This will lead to unnecessary large number
-
Updated
Apr 14, 2022 - TypeScript
-
Updated
Mar 22, 2022
Python 3.10 has been released for several months now. We should add it to the test matrix.
-
Updated
May 18, 2021 - CSS
-
Updated
Sep 22, 2021
-
Updated
Apr 11, 2022 - HCL
-
Updated
Apr 9, 2022 - Go
-
Updated
Mar 25, 2022 - Dockerfile
Improve this page
Add a description, image, and links to the devsecops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devsecops topic, visit your repo's landing page and select "manage topics."
Description
Podman uses Dockerfile as well as Containerfile as filenames for the container build (ref), but at the moment, trivy does not detect
Containerfileas a valid config file to be analyzed.Since the same syntax is used for the image building, it would be interesting to add
Containerfileas a "synonym" of `Docker