-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RELEASE-1089): linting issues in sign-base64-blob
Signed-off-by: Johnny Bieren <[email protected]>
- Loading branch information
1 parent
a7ee201
commit 188f657
Showing
4 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,10 +59,13 @@ jobs: | |
- name: Run Checkton | ||
id: checkton | ||
uses: chmeliik/[email protected] | ||
# Migrating to the konflux-ci org | ||
with: | ||
fail-on-findings: true | ||
find-copies-harder: true | ||
find-copies-harder: false | ||
# Set to false to disable the differential check | ||
differential: false | ||
# Add a regex to include only the files you want to check | ||
include-regex: "tasks/sign-base64-blob/.*\\.yaml" | ||
check-jsonschema: | ||
name: Validate json schema file | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters