File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
12DISABLE :
23 - COPYPASTE
34 - HTML
Original file line number Diff line number Diff line change 1+ ---
12misconfigurations :
23 - id : AVD-DS-0026
34 statement : The HEALTHCHECK instruction is meaningless in a Kubernetes context.
Original file line number Diff line number Diff line change 1+ ---
2+ descriptor_id : SOPS
3+ descriptor_type : " tooling_format"
4+ descriptor_flavors :
5+ - security
6+ linters :
7+ - name : SOPS_CHECK
8+ linter_name : sops-check
9+ linter_url : https://github.com/Bonial-International-GmbH/sops-check/
10+ linter_repo : https://github.com/Bonial-International-GmbH/sops-check/
11+ can_output_sarif : true
12+ cli_executable : " sops-check"
13+ cli_config_arg_name : " --config"
14+ cli_lint_mode : " project"
15+ cli_help_arg_name : " --help"
16+ cli_version_arg_name : " --version"
17+ config_file_name : " .sops-check.yaml"
18+ cli_executable_version : " latest"
19+ file_extensions :
20+ - " .yaml"
21+ - " .yml"
22+ - " .json"
23+ - " .env"
24+ - " .ini"
25+ examples :
26+ - " sops-check --config .sops-check.yaml"
27+ - " sops-check --help"
28+ - " sops-check --sarif-report-path=<PATH>"
29+ install :
30+ dockerfile :
31+ - RUN curl -SsL https://github.com/Bonial-International-GmbH/sops-check/releases/latest/download/sops-check_linux_amd64 -o sops-check \
32+ && chmod +x sops-check \
33+ && mv sops-check /usr/local/bin
Original file line number Diff line number Diff line change 1+ ---
12site_name : sops-check
23site_description : |
34 Tool that looks for SOPS files in a repository
You can’t perform that action at this time.
0 commit comments