Skip to content

Commit

Permalink
add generate-scorecard-report.yaml and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Nov 8, 2023
1 parent 4d8099f commit 20d6bbe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Generate Scorecards Report

on:
workflow_dispatch:

jobs:
generate-scorecard-report:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/[email protected]
with:
message_kind: scorecard_report
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
blueprint: ${{ secrets.BLUEPRINT }}
scorecard: ${{ secrets.SCORECARD }}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/[email protected].10
uses: port-labs/[email protected].11
with:
message_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit 20d6bbe

Please sign in to comment.