Skip to content

Commit

Permalink
Merge pull request #139 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 4, 2024
2 parents b1ff85b + c97da90 commit 07eb476
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
18 changes: 18 additions & 0 deletions .licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,30 @@ header:
license:
spdx-id: Apache-2.0
copyright-owner: OWASP Foundation
content: |
This file is part of CycloneDX Go
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:
- "**/*.md"
- "**/go.mod"
- "**/go.sum"
- "**/testdata/**"
- ".github/**"
- ".idea/**"
- ".gitignore"
- ".gitpod.yml"
- ".golangci.yml"
Expand Down

0 comments on commit 07eb476

Please sign in to comment.