Skip to content

Commit

Permalink
Merge pull request #203 from sassoftware/staging
Browse files Browse the repository at this point in the history
5.7.0 - April 5, 2023
  • Loading branch information
dhoucgitter authored Apr 5, 2023
2 parents cde9f3e + 3a2dcc2 commit a5e1637
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions .pre-commit-config_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- repo: local
hooks:
- id: hadolint-docker-file-entrypoint
name: hadolint
entry: docker.io/hadolint/hadolint /bin/hadolint
language: docker_image
types: [dockerfile]
- id: shellcheck-docker-file-entrypoint
name: shellcheck
entry: docker.io/koalaman/shellcheck
language: docker_image
types: [shell]
- id: tflint-locally-installed
name: tflint
entry: tflint
language: system
types: [terraform]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- id: check-yaml
6 changes: 3 additions & 3 deletions files/custom-data/additional_userdata.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# Copyright 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

##
#
#
# For AWS this is a script 'snippet' that is injected into another script
# which performs tasks that are AWS specific.
# which performs tasks that are AWS specific.
#
# Link: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/templates/userdata.sh.tpl
#
Expand Down

0 comments on commit a5e1637

Please sign in to comment.