Skip to content

Commit f026907

Browse files
committed
Disable CKV_GHA_7 via inline exception
1 parent 8f9574b commit f026907

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/linters/.checkov.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule: [{ cron: "0 10 * * SAT" }] # weekly: https://crontab.guru/#0_10_*_*_SAT
55
workflow_dispatch:
66
inputs:
7-
version:
7+
version: # checkov:skip=CKV_GHA_7
88
description: "An explicit version (or major|minor|patch) to tag."
99
default: ""
1010
required: false

0 commit comments

Comments
 (0)