Skip to content

Commit be4fd4b

Browse files
authored
Merge branch 'CycloneDX:main' into main
2 parents a0bfc3d + a210809 commit be4fd4b

File tree

79 files changed

+881
-981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+881
-981
lines changed

.flake8

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,22 @@ ignore =
2222
# > Despite being in the best practice section, this will soon be considered an anti-pattern.
2323
# So lets ignore this "suggestion" that is actually an anti-pattern already!
2424
W503
25+
26+
## https://pypi.org/project/flake8-copyright-validator/
27+
copyright-text =
28+
'# This file is part of CycloneDX Python Library'
29+
'#'
30+
'# Licensed under the Apache License, Version 2.0 (the "License");'
31+
'# you may not use this file except in compliance with the License.'
32+
'# You may obtain a copy of the License at'
33+
'#'
34+
'# http://www.apache.org/licenses/LICENSE-2.0'
35+
'#'
36+
'# Unless required by applicable law or agreed to in writing, software'
37+
'# distributed under the License is distributed on an "AS IS" BASIS,'
38+
'# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.'
39+
'# See the License for the specific language governing permissions and'
40+
'# limitations under the License.'
41+
'#'
42+
'# SPDX-License-Identifier: Apache-2.0'
43+
'# Copyright (c) OWASP Foundation. All Rights Reserved.'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# see https://github.com/pypa/gh-action-pypi-publish
121121
uses: pypa/gh-action-pypi-publish@release/v1
122122
with:
123-
password: ${{ secrets.PYPI_TOKEN }}
123+
attestations: true
124124

125125
- name: Publish package distributions to GitHub Releases
126126
if: steps.release.outputs.released == 'true'

0 commit comments

Comments
 (0)