-
Updated
Nov 15, 2021 - Python
devsecops
Here are 348 public repositories matching this topic...
-
Updated
Nov 15, 2021 - Shell
-
Updated
Nov 15, 2021 - Go
Hello Team,
Here is the my current checkov_scan.yml file
name: Run Checkov action serverless
id: checkov1
uses: bridgecrewio/checkov-action@master
with:
#skip_check: CKV_AWS_23 # optional: skip a specific check_id
#quiet: true # optional: display only failed checks
#log_level: DEBUG # optional: set log level. Default WARNING
-
Updated
Nov 11, 2021 - Python
-
Updated
Oct 30, 2021
- 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
Nov 12, 2021 - Python
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
Nov 12, 2021 - CSS
-
Updated
Oct 27, 2021 - Python
-
Updated
Aug 6, 2021 - HTML
-
Updated
Nov 16, 2021 - Go
-
Updated
Nov 15, 2021 - 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
May 18, 2021 - CSS
-
Updated
Nov 10, 2021 - Python
-
Updated
Nov 13, 2021 - Go
-
Updated
Sep 22, 2021
-
Updated
Nov 6, 2021 - Go
-
Updated
Nov 10, 2021 - HCL
-
Updated
Nov 8, 2021 - Java
-
Updated
Sep 28, 2021 - Dockerfile
Document ZAP
As a user of the secureCodeBox
I want to access the docs for the auto-discovery on the docs page
to be able to use configure and use it properly
- Include auto-discovery docs on the docs page
- Add a link to the docs page to the menu
rush.js build errors
Seeing the below error while installing rush.js. Probably might need a package in the base image. Any help would be appreciated.
#21 516.9 > keytar@7.6.0 install /usr/local/lib/node_modules/@microsoft/rush/node_modules/keytar
#21 516.9 > prebuild-install || npm run build
#21 516.9
#21 521.6 prebuild-install WARN install No prebuilt binaries found (target=14.16.0 runtime=node arch=arm64
-
Updated
Aug 7, 2020
-
Updated
Oct 19, 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."
FileWalk()andFilterTargets()inutilspackage are not referenced by any files in this repository exceptutils_test.go.Are you leaving these functions out of concern that they are referenced in external packages?
I think it would be good to remove them to avoid maintenance of unused code.
(It's only a small improvement...)