-
Updated
Sep 1, 2021 - Shell
compliance
Here are 358 public repositories matching this topic...
-
Updated
Sep 16, 2021 - Shell
-
Updated
Sep 15, 2021 - Python
-
Updated
Aug 25, 2021 - C
-
Updated
Sep 14, 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
Sep 17, 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
Sep 17, 2021 - Python
-
Updated
Sep 12, 2018 - HTML
`make install`
We should make it easier to install this plugin.
-
Updated
Sep 16, 2021 - Python
-
Updated
Apr 6, 2021 - Go
-
Updated
Aug 24, 2021 - Go
-
Updated
Sep 15, 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
Sep 1, 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.py
to 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
While testing PR #1955, found following thing.
For an upload, there are only 2 failed jobs (readmeoss and ojo) but the REST API says "status": "Failed"
for every single job even when all child job has "status": "Completed"
.
Maybe the "status"
of a job can be limited only to its child jobs' statuses.
Screenshots
![image](https://user-images.githubusercontent.
-
Updated
Aug 23, 2021 - Ruby
-
Updated
Sep 16, 2021 - Scala
-
Updated
Sep 3, 2021 - Python
Hi,
Are there any plans to support junitxml output support? This would make it easier to integrate into CI/CD pipelines with reports and metrics.
Thanks
-
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."
Expected Behavior
It would be great if there is a set multiplication function in Rego, something like:
Actual Behavior