-
Updated
May 15, 2022 - Shell
compliance
Here are 416 public repositories matching this topic...
Quickstart review
- Missing information on how to create other databases
- Missing information on how to switch to other databases
- When using time travel, we don’t know where to get the transaction number from - we should show this to the user after committing data (this may be a missing capability in immudb / tools).
- The last long query example in the quick start is incorrect (incorrect
Saw this rule in the clj-kondo linter, and I think it would be a good addition to our strict mode. Having duplicate elements in sets is probably always a mistake in a production policy, and while it's "harmless", the intent is likely to provide another element rather than the duplicate, leading to an unexpected
-
Updated
May 16, 2022 - Shell
-
Updated
May 11, 2022 - Go
Describe the issue
On GCP if you apply a role via a policy that is applied none of the checks are performed. The example below should pass CKV_GCP_48 and fail CKV_GCP_44 (with my variables) but when checkov is run, no checks are run, pass or fail.
Examples\
data "google_iam_policy" "folder" {
binding {
role = "roles/owner"
members = var.a
-
Updated
May 16, 2022 - Python
-
Updated
Jan 17, 2022 - C
-
Updated
May 16, 2022 - C
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
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
-
Updated
May 16, 2022 - Shell
-
Updated
Sep 12, 2018 - HTML
-
Updated
May 4, 2022 - Python
`make install`
We should make it easier to install this plugin.
Describe the bug
When using parse-tree command, error information in printed twice with slightly different text.
To Reproduce
Please supply:
var status = ['ACTIVE']
NOTE: Please be sure that the templates, rules and logs you provide as part of your bug report do not contain any sensitive information.
Expected behavior
There should be one error log instead of dupli
-
Updated
May 10, 2022 - XSLT
-
Updated
May 9, 2022 - Go
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Apr 12, 2022 - JavaScript
I think the lines in the following documentation are somehow not in correct order. Maybe chunks were added between multi line statements. Especially import_str: is broken.
-
Updated
May 12, 2022 - Python
Description
The /info API returns the fossslogy version as unknown when the sever is running from docker.
