Skip to content

Commit

Permalink
Merge pull request #448 from CycloneDX/dependabot/github_actions/apac…
Browse files Browse the repository at this point in the history
…he/skywalking-eyes-0.6.0

build(deps): bump apache/skywalking-eyes from 0.4.0 to 0.6.0
  • Loading branch information
nscuro committed Jun 6, 2024
2 parents a14b55e + 1ea4afd commit 1a8c8fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
- name: Check license headers
uses: apache/skywalking-eyes@438e4ea5682269933ea2c8b5608662e52af26959 # tag=v0.4.0
uses: apache/skywalking-eyes@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 # tag=v0.6.0
with:
config: .licenserc.yml

Expand Down
20 changes: 19 additions & 1 deletion .licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@ header:
license:
spdx-id: Apache-2.0
copyright-owner: OWASP Foundation
content: |
This file is part of CycloneDX GoMod
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License 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.
SPDX-License-Identifier: Apache-2.0
Copyright (c) OWASP Foundation. All Rights Reserved.
paths-ignore:
- ".dockerignore"
- ".github/**"
- ".idea/**"
- ".gitignore"
- ".gitpod.*"
- ".golangci.yml"
Expand All @@ -20,4 +38,4 @@ header:
- "Dockerfile.*"
- "LICENSE"
- "Makefile"
- "NOTICE"
- "NOTICE"

0 comments on commit 1a8c8fe

Please sign in to comment.