-
Updated
Apr 15, 2021 - Shell
compliance
Here are 320 public repositories matching this topic...
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 12, 2021 - C
-
Updated
Apr 15, 2021 - Shell
-
Updated
Apr 16, 2021 - Go
Describe the bug
CKV_GCP_14 requires a backup configuration, but it does not take into consideration read replicas.
A read replica cannot have backup enabled in GCP.
To Reproduce
Steps to reproduce the behavior:
- Create a google_sql_database_instance with master_instance_name and replica_configuration
- Chekov will pop up error CKV_GCP_14
Expected behavior
Read replicas
The command exist test always returns true regardless of if the command is invalid.
Describe the problem
On Windows, we want to test if a command/cmdlet exists before running it. However, the 'command().exist?‘ test always returns true no matter what command t
-
Updated
Apr 17, 2021 - C
-
Updated
Apr 17, 2021 - Go
-
Updated
Apr 16, 2021 - Go
-
Updated
Sep 12, 2018 - HTML
-
Updated
Apr 16, 2021 - Python
The current version has several regex warnings.
The work consists in:
- collecting the wheel and sdist craft the ABOUT files and creating a PR to add the latest NLTK in https://github.com/nexB/thirdparty-packages/tree/main/pypi
- update the setup.cfg and requirements.txt
- run the copyright tests, fix the code until all tests pass. Submit a PR early would be good.
`make install`
We should make it easier to install this plugin.
-
Updated
Apr 16, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Apr 16, 2021 - XSLT
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 14, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Go
Description
Add a new subcommand -l,--live to report subcommand
Implementation
in tern/__main__.py, add subparser option under:
# subparser for report
It should look like this:
parser_report.add_argument('-l', '--live', action='store_true',
help="Generate a report for the current state of the
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Description
grammatical error in the documentation of about page of fossology
How to reproduce
src/www/ui/template/about.html.twig
Screenshots
-
Updated
Mar 7, 2021 - Ruby
-
Updated
Apr 16, 2021 - Scala
-
Updated
Apr 14, 2021 - Python
-
Updated
Jul 30, 2020
Description
Currently add_failure takes the values required to create a failure, creates it then adds it to the Result object's failed_rules
On the other hand add_warning takes a Failure object directly.
Proposed solution
The methods should be updated so that they both have the same behavior (or maybe even just add an add_finding method which takes a type that can be either Failure o
Improve this page
Add a description, image, and links to the compliance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the compliance topic, visit your repo's landing page and select "manage topics."

When running opa as a server, if you specify the
--authenticationoption without the--authorization=basicoption, the authentication never takes effect.While this is spelled out in the docs, it would be beneficial to also have opa emit a warning message at runtime to make it clear that no authenticat