-
Updated
Aug 15, 2021 - Shell
compliance
Here are 355 public repositories matching this topic...
-
Updated
Aug 19, 2021 - Shell
-
Updated
Aug 19, 2021 - Python
-
Updated
Jun 24, 2021 - C
-
Updated
Aug 19, 2021 - Go
Is your feature request related to a problem? Please describe.
Yes. We've inherited a terraform repo with a lot of legacy problems. We've introduced checkov to ensure new config going
forward meets our standards. We've also generated baseline files for all of the existing legacy terraform config, so that we only fail checks for new problems. However, we'd like to keep visibility on all
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 -
Updated
Aug 20, 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
Say Hi on Discord!
Join our new Discord Channel to say Hi and get live support from the team or from the community.
-
Updated
Aug 19, 2021 - Python
-
Updated
Sep 12, 2018 - HTML
Description
These files need some review as there are some weird licenses detected:
`make install`
We should make it easier to install this plugin.
-
Updated
Aug 18, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Aug 17, 2021 - Go
-
Updated
Aug 19, 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
Aug 4, 2021 - Go
-
Updated
Aug 10, 2021 - JavaScript
Description
This task is contingent on merging task #995 into main. Now that we have a list of tests to invoke, we will implement invoking them.
To Do
- Modify the file
ci/release_tests.pyto invoke each of the tests in the listtests.
import subprocess # nosec
tests = [...] <-- changes to be included in #995
for t in tests:
subprocess.check_output(t, shell=Tr
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
Aug 15, 2021 - Ruby
-
Updated
Aug 19, 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."
OPA does not currently include a built-in function for reversing strings and arrays. While it's possible to write a comprehension that does this, it's a bit cumbersome. We can add two simple built-in functions for reversing strings and arrays: