Skip to content

Commit 358843a

Browse files
authored
[CI] Enable OSSF scorecard workflow to run on intel/llvm (#12779)
Enable the OSSF (https://github.com/ossf) scorecard workflow to run and generate the repo security score for tracking current repo security issues. Currently enabled to run nightly while we resolve any open issues, will then move to weekly once clean runs.
1 parent 69d233b commit 358843a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# by a third-party and are governed by separate terms of service, privacy
33
# policy, and support documentation.
44

5-
# Check current LLVM-Project results here: https://securityscorecards.dev/viewer/?uri=github.com/llvm/llvm-project
5+
# Check current LLVM-Project results here: https://securityscorecards.dev/viewer/?uri=github.com/intel/llvm
66

77
name: Scorecard supply-chain security
88
on:
@@ -12,7 +12,7 @@ on:
1212
# To guarantee Maintained check is occasionally updated. See
1313
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1414
schedule:
15-
- cron: '38 20 * * *'
15+
- cron: '30 20 * * *'
1616

1717
# Declare default permissions as read only.
1818
permissions:
@@ -22,7 +22,7 @@ jobs:
2222
analysis:
2323
name: Scorecard analysis
2424
runs-on: ubuntu-latest
25-
if: github.repository == 'llvm/llvm-project'
25+
if: github.repository == 'intel/llvm'
2626
permissions:
2727
# Needed to upload the results to code-scanning dashboard.
2828
security-events: write

0 commit comments

Comments
 (0)