* [Issue-Labeler] Configure labeler-train.yml Configure the issue-labeler training workflow. - Imported the workflow template - Removed inputs, jobs, and conditions related to pull requests, as we will only use the labeler for issues in this repository * [Issue-Labeler] Configure labeler-promote.yml Configure the issue-labeler promotion workflow. - Imported the workflow template - Removed input and job for pull requests, as we will only use the labeler for issues in this repository * [Issue-Labeler] Configure labeler-predict-issues.yml Configure the issue-labeler issue prediction workflow. - Imported the workflow template - Removed the excluded_authors input * [Issue-Labeler] Configure labeler-cache-retention.yml Configure the issue-labeler cache retention workflow. - Imported the workflow template - Removed config related to pull requests, as we will only use the labeler for issues in this repository * [Issue-Labeler] Add labeler onboarding/configuration doc * Bump superlinter to v7 (via SHA) to get type:number support in GitHub workflows * Address CHECKOV lint errors in GitHub workflows * Ignore GitHub workflow files from prettier * Explicitly set workflow permissions * Comment that UTC is used for cron schedule
11 lines
412 B
YAML
11 lines
412 B
YAML
---
|
|
# Available properties:
|
|
# https://github.com/bridgecrewio/checkov#configuration-using-a-config-file
|
|
|
|
skip-check:
|
|
# CKV_GHA_7: "The build output cannot be affected by user parameters other
|
|
# than the build entry point and the top-level source location. GitHub
|
|
# Actions workflow_dispatch inputs MUST be empty."
|
|
# Suppressed as issue-labeler workflows require `workflow_dispatch` inputs.
|
|
- CKV_GHA_7
|