Skip to content

Commit

Permalink
Merge pull request #50 from jmuelbert/resolve_wf_issues
Browse files Browse the repository at this point in the history
Resolve Workflow Issues
  • Loading branch information
jmuelbert authored May 16, 2024
2 parents 2f7b748 + 695438e commit bd6765e
Show file tree
Hide file tree
Showing 67 changed files with 1,165 additions and 3,599 deletions.
5 changes: 5 additions & 0 deletions .checkov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# You can see all available properties here: https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
quiet: true
skip-check:
- CKV_DOCKER_2
1 change: 1 addition & 0 deletions .cspellcache

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .devskim.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Globs": ["**/.git/**", "**/megalinter-reports/**"]
}
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py}]
indent_style = space
indent_size = 4

[*.{yml,yaml,toml,json}]
indent_style = space
indent_size = 2

[*.{md,mdx,adoc}]
insert_final_newline = false
Loading

0 comments on commit bd6765e

Please sign in to comment.