Skip to content

Commit

Permalink
feat: Added PR generation capabilities to reporting scorecard pipelin…
Browse files Browse the repository at this point in the history
…e (#997)

* feat: Added PR generation capabilities to reporting scorecard pipelinere

Related: nodejs/security-wg#908

* chore: changed dependency
  • Loading branch information
patrickm68 committed May 23, 2023
1 parent 96b813a commit f5ef6cc
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ossf-scorecard-reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Permissions required to run this workflow (create issue and commit/push changes)
permissions:
contents: write
pull-requests: none
pull-requests: write
issues: write
packages: none

Expand All @@ -27,12 +27,23 @@ jobs:
scope: tools/ossf_scorecard/scope.json
database: tools/ossf_scorecard/database.json
report: tools/ossf_scorecard/report.md
auto-commit: true
auto-push: true
auto-commit: false
auto-push: false
generate-issue: true
report-tags-enabled: true
issue-title: "OpenSSF Scorecard Report Updated!"
github-token: ${{ secrets.GITHUB_TOKEN }}
max-request-in-parallel: 10
discovery-enabled: true
discovery-orgs: 'nodejs'
- name: Create Pull Request
uses: gr2m/create-or-update-pull-request-action@77596e3166f328b24613f7082ab30bf2d93079d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit-message: 'docs: OpenSSF Scorecard Report Updated'
title: OpenSSF Scorecard Report Updated
body: 'OpenSSF Scorecard Report Updated. cc: @nodejs/security-wg'
assignees: ${{ github.actor }}
labels: security-wg-agenda
branch: openssf-scorecard-report-updated

0 comments on commit f5ef6cc

Please # to comment.