Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Enable OSSF scorecard workflow to run on intel/llvm #12779

Merged
merged 2 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.

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

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

# Declare default permissions as read only.
permissions:
Expand All @@ -22,7 +22,7 @@ jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
if: github.repository == 'intel/llvm'
stdale-intel marked this conversation as resolved.
Show resolved Hide resolved
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write
Expand Down
Loading