-
Updated
Jul 2, 2021 - Shell
compliance
Here are 337 public repositories matching this topic...
-
Updated
Jul 5, 2021 - Python
-
Updated
Jul 5, 2021 - Shell
-
Updated
Jun 24, 2021 - C
This requires just some small improvements, the error itself being harmless, but annoying.
$ immuadmin-090 login immudb
ERROR 2021/01/28 09:46:25 Couldn't discover absolute path
ERROR 2021/01/28 09:46:25 getwd: no such file or directory
Password:
logged in
$immuadmin-090 is just a sym link:
$ which immuadmin-090
/home/{user}/apps/bin/immuadmin-090
$
$ ls Describe the bug
Declaring to skip policies in the job template does not take effect and logs still contain the to be skipped policies in output.
Expected behavior
The specified policies to be skipped.
Additional context
As example we would like to skip the CKV_K8S_38 in our Kubernetes Cluster, without having to add annotations to each individual resource and just let checkov kn
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 6, 2021 - 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
-
Updated
Jul 6, 2021 - Go
-
Updated
Jul 6, 2021 - Python
-
Updated
Sep 12, 2018 - HTML
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
Jul 1, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Jul 5, 2021 - Go
-
Updated
Jul 2, 2021 - XSLT
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
Jun 8, 2021 - Go
-
Updated
Jun 23, 2021 - JavaScript
Problem Statement
To print a default report using the -y/--layer there is currently lots of if logic to check the print_inclusive and load_until_layer flags and generate a report accordingly. Commit tern-tools/tern@6315e26 adds a new function, print_layer_report in tern/formats/default/generator.py and generate_layer in th
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Description
In our continuous effort to automate Fossology workflows, we regularly check all uploads available on a given instance.
When the instance is under heavy utilization, listing all available uploads can consume lots of resources.
Having the possibility to filter the list uploads according to different criteria would help us a lot, e.g.:
- all uploads with clearing statu
-
Updated
May 3, 2021 - Ruby
-
Updated
Jul 5, 2021 - Scala
-
Updated
Jun 4, 2021 - Python
-
Updated
Jul 30, 2020
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."
I have a use case where I'm directing traffic based on a set of rules. Some of the rules involve only routing the request a fraction of the time. I'm essentially just passing a random generated number into OPA and if it's X I return true. The ca