-
Updated
Nov 20, 2021 - Shell
compliance
Here are 373 public repositories matching this topic...
-
Updated
Nov 29, 2021 - Shell
-
Updated
Nov 30, 2021 - Python
-
Updated
Oct 15, 2021 - C
-
Updated
Nov 30, 2021 - Go
Hello Team,
Here is the my current checkov_scan.yml file
name: Run Checkov action serverless
id: checkov1
uses: bridgecrewio/checkov-action@master
with:
#skip_check: CKV_AWS_23 # optional: skip a specific check_id
#quiet: true # optional: display only failed checks
#log_level: DEBUG # optional: set log level. Default WARNING
AFTER TX support
Other than BEFORE TX we could expose AFTER TX as a SQL method
-
Updated
Nov 30, 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.
Description of problem:
The bash remediation of selinux_state runs:
fixfiles onboot
fixfiles -f relabel
whereas the Ansible remediation doe
-
Updated
Sep 12, 2018 - HTML
`make install`
We should make it easier to install this plugin.
-
Updated
Nov 30, 2021 - Python
-
Updated
Nov 28, 2021 - Go
-
Updated
Nov 30, 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
Nov 5, 2021 - Go
-
Updated
Sep 21, 2021 - 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.
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Description
Ability to Delete a license via a REST API
Proposal and expected result
input: license_short_name at the end of url
url = "http://fossology.com:po
-
Updated
Nov 1, 2021 - Ruby
-
Updated
Nov 16, 2021 - Go
-
Updated
Nov 30, 2021 - Scala
-
Updated
Sep 30, 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
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."
The
inspectsubcommand should pretty print by default. Programs that need to consume the output ofinspectshould specify--format=jsonto avoid relying on implicit default behaviour.To reproduce this problem just build a simple bundle:
x.rego:
Run
opa buildto produce a bundle:Then inspect the bundle:
``