forked from Azure/appservice-settings
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from devops-actions/ossf
Adding ossf analysis and badge
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Scorecards supply-chain security scan | ||
on: | ||
# Only the default branch is supported. | ||
branch_protection_rule: | ||
|
||
schedule: | ||
# Weekly on Saturdays. | ||
- cron: '33 1 * * 6' | ||
push: | ||
branches: | ||
- main | ||
|
||
workflow_dispatch: | ||
|
||
# Declare default GITHUB_TOKEN permissions as read only. | ||
permissions: read-all | ||
|
||
jobs: | ||
analysis: | ||
uses: devops-actions/.github/.github/workflows/rw-ossf-scorecard.yml@main | ||
permissions: | ||
# Needed to upload the results to code-scanning dashboard. | ||
security-events: write | ||
id-token: write | ||
actions: read | ||
contents: read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters