Skip to content

Commit

Permalink
chore(template): sync with ahmadnassri/template-action-composite
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Aug 9, 2023
1 parent ad4e447 commit d545e6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/linters/.checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
quiet: true
skip-check:
- CKV_DOCKER_2
- CKV_DOCKER_8
- CKV_GHA_3
- BC_DKR_3
- CKV_GIT_1
Expand Down
3 changes: 3 additions & 0 deletions .github/linters/.grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
check-for-app-update: false
exclude:
- '**/package-lock.json'
1 change: 1 addition & 0 deletions .github/linters/.lychee.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exclude_path = [".github"]
4 changes: 3 additions & 1 deletion .github/linters/.mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ DISABLE_LINTERS:
- JSON_PRETTIER
- YAML_PRETTIER
- JAVASCRIPT_PRETTIER
- HTML_DJLINT
- REPOSITORY_DEVSKIM # temporarily disabled

LOG_LEVEL: INFO
PRINT_ALPACA: false
Expand All @@ -19,7 +21,7 @@ SHOW_ELAPSED_TIME: true
FLAVOR_SUGGESTIONS: false
VALIDATE_ALL_CODEBASE: false
IGNORE_GENERATED_FILES: true
FILTER_REGEX_EXCLUDE: (dist/*|README.md|test/fixtures/*|vendor/*|/schemas/*)
FILTER_REGEX_EXCLUDE: (dist/*|README.md|test/fixtures/*|vendor/*|/schemas/*|coverage/*|.nyc_output/*)

MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdown-lint.yml
REPOSITORY_CHECKOV_ARGUMENTS: [--skip-path, schemas]
3 changes: 0 additions & 3 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,3 @@ jobs:
main:
uses: ahmadnassri/actions/.github/workflows/pull-request-target.yml@master
secrets: inherit
permissions:
contents: write
pull-requests: write

0 comments on commit d545e6f

Please sign in to comment.