Skip to content

Commit

Permalink
Fix checkov linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Aug 14, 2022
1 parent cf91e55 commit 892c5e9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .checkov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
skip-check:
# Base64 High Entropy String
- CKV_SECRET_6
32 changes: 16 additions & 16 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ name: Renovate

on:
workflow_dispatch:
inputs:
dryRun:
type: choice
description: "Dry-Run"
default: "false"
options:
- true
- false
logLevel:
type: choice
description: "Log-Level"
default: "debug"
options:
- info
- debug
- trace
# inputs:
# dryRun:
# type: choice
# description: "Dry-Run"
# default: "false"
# options:
# - true
# - false
# logLevel:
# type: choice
# description: "Log-Level"
# default: "debug"
# options:
# - info
# - debug
# - trace
push:
branches:
- main
Expand Down

0 comments on commit 892c5e9

Please sign in to comment.