Skip to content

Commit

Permalink
fix: add build specs to copyright check (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmayclin authored Jan 15, 2025
1 parent 46f2d74 commit 6cc9f53
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codebuild/bin/header_mistake_scanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ S2N_FILES=$(find "$PWD" -type f -name "s2n_*.[ch]")
S2N_FILES+=" "
S2N_FILES+=$(find "$PWD"/codebuild/ -type f -name "*.sh")
S2N_FILES+=" "
S2N_FILES+=$(find "$PWD"/codebuild/ -type f -name "*.yml")
S2N_FILES+=" "
S2N_FILES+=$(find "$PWD"/tests/ -type f -name "*.sh")
S2N_FILES+=" "
S2N_FILES+=$(find "$PWD"/tests/integrationv2 -type f -name "*.py")
Expand Down
13 changes: 13 additions & 0 deletions codebuild/spec/buildspec_al2023_ktls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
---
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is
# located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied. See the License for the specific language governing permissions and
# limitations under the License.

# This is designed to work with CodeBuild's reserved instances fleet and curated Ec2 AMI for AL2023.
version: 0.2
env:
Expand Down
13 changes: 13 additions & 0 deletions codebuild/spec/buildspec_amazonlinux.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is
# located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied. See the License for the specific language governing permissions and
# limitations under the License.
version: 0.2

env:
Expand Down

0 comments on commit 6cc9f53

Please sign in to comment.