cloudsecurity
Here are 38 public repositories matching this topic...
-
Updated
Aug 6, 2021 - HTML
-
Updated
Jan 4, 2022 - Python
-
Updated
Jan 4, 2022 - Go
-
Updated
Dec 3, 2021 - Python
We avoid automation that changes the source tree without human feedback but this seems to be the model that yor currently uses (e.g. the GitHub action that adds tags to all the things and then commits them to the branch).
In our workflow (we do this with terraform fmt
and black
for python) we expect the branch as it is committed/pushed by the user to be correct and we have tests that run to
-
Updated
Sep 27, 2021 - Python
-
Updated
Dec 21, 2021 - Go
-
Updated
Apr 22, 2021 - Go
In my ubuntu 20.04.2.0
, i have python 2.7.18
and pip3 20.0.2
.
I was trying to install prancer-basic via pip3 install prancer-basic
It get installed successfully with below warning:
WARNING: The scripts populate_json, prancer, register_key_in_azure_vault, terraform_to_json and validator are installed in '/home/r4redu/.local/bin' which is not on PATH.
Consider adding this director
-
Updated
Oct 6, 2021 - Python
-
Updated
Dec 23, 2021 - Java
-
Updated
Nov 19, 2021
-
Updated
Oct 8, 2021 - Python
-
Updated
Jan 4, 2022 - Go
-
Updated
Dec 15, 2019 - Python
-
Updated
Dec 20, 2021 - Go
-
Updated
Nov 30, 2021
-
Updated
May 30, 2019
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Dec 10, 2021 - JavaScript
-
Updated
Apr 29, 2021 - Python
-
Updated
Jul 13, 2021 - Python
-
Updated
Sep 26, 2021 - Go
-
Updated
Nov 4, 2021 - HCL
-
Updated
Oct 8, 2018 - C++
-
Updated
Jul 9, 2021
-
Updated
Dec 6, 2021 - Shell
-
Updated
Sep 20, 2021
-
Updated
Aug 18, 2020 - Shell
Improve this page
Add a description, image, and links to the cloudsecurity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloudsecurity topic, visit your repo's landing page and select "manage topics."
Enhancement Request
Other security scanning tools (e.g.
checkov
andtfsec
) 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