devsecops
Here are 491 public repositories matching this topic...
-
Updated
Jul 17, 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
Jul 22, 2022
-
Updated
Jul 22, 2022 - Shell
-
Updated
Jul 22, 2022 - Go
-
Updated
Jul 23, 2022 - Go
Describe the issue
If you have more than a few failed checks, it can be difficult to scroll to the top to see the summary or in a terminal, it may even be cut off. Can we move the summary to the bottom after the policy violations?
-
Updated
May 19, 2022 - Python
- 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
Jun 3, 2022
-
Updated
Jun 6, 2022
-
Updated
Jul 20, 2022 - HTML
-
Updated
Jul 23, 2022 - Python
-
Updated
Jul 23, 2022 - Elixir
-
Updated
Jul 22, 2022 - HTML
-
Updated
Jul 17, 2022 - CSS
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 19, 2022 - Go
-
Updated
Jul 23, 2022 - JavaScript
-
Updated
Jul 15, 2022 - Go
The enhancement may already be reported! Please search for the enhancement before creating one.
Current Behavior:
Currently when you download the SBOM from Home->Projects->->Components tab dependencies are not included.
Proposed Behavior:
Please include dependence when downloading the SBOM. Thanks
GitGuardian Shield Version
- 1.12.0
Command executed
ggshield secret scan pre-receive
Describe the bug
When ggshield is used in pre-receive mode, ggshield cache should be skipped as it's not actionable after. This can also avoid trying to save on a read-only file-system.
Expected behavior
ggshield secret scan pre-receive
should not save its cache.
Technic
-
Updated
Jun 24, 2022
-
Updated
Jul 23, 2022
-
Updated
May 18, 2021 - CSS
-
Updated
Sep 22, 2021
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
If using the new license check feature the exit code is after every run 0, regardless of the option
--exit-code 1
etcWhat did you expect to happen?
The check is working in the same way like the vuln type of check, so I can define that e.g. a CRITICAL or HIGH risk license exits with exitcode 1.
That would allow to prevent the usage of risky licenses in a company e