Skip to content

Commit

Permalink
SRE-2454 common: fix license to follow SPDX rules (#15133)
Browse files Browse the repository at this point in the history
Github license tool claims too low similarity with
SPDX reference license:
"BSD-2-Clause-Patent similarity:  96.30%"
At least 98% is expected.

Scorecard result will not change due to separate issue with Github
(ossf/scorecard#4347 (comment))
Github does not recognize fully BSD-2-Clause-Patent license.

Update scorecard action to the latest version

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 authored Oct 9, 2024
1 parent dbc2808 commit 85959c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2021-2022 Intel Corporation.
BSD-2-Clause Plus Patent License

SPDX-License-Identifier: BSD-2-Clause-Patent
Copyright 2021-2024 Intel Corporation.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down

0 comments on commit 85959c5

Please sign in to comment.