Skip to content

Commit

Permalink
Merge branch 'PORT-5117-creating-jira-tickets-based-on-scorecards' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/port-labs/port-sender into PORT-5117-creating-jira-tickets-based-on-scorecards
  • Loading branch information
matarpeles committed Dec 4, 2023
2 parents 5ca760c + 702aeda commit 7743ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-scorecard-reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecards Reminders
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.0
with:
message_kind: scorecard_reminder
operation_kind: scorecard_reminder
port_client_id: ${{ secrets.PORT_CLIENT_ID }}
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
blueprint: app
scorecard: productionReadiness
filter_rule: '{"property": "$team","operator": "containsAny","value": ["Backend Team"]}'
filter_rule: '{"property": "$team","operator": "containsAny","value": ["Backend Team"]}'
6 changes: 3 additions & 3 deletions .github/workflows/generate-scorecard-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Scorecard Report
uses: port-labs/port-sender@v0.1.15
uses: port-labs/port-sender@v0.2.0
with:
message_kind: scorecard_report
operation_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: app
scorecard: productionReadiness
scorecard: productionReadiness

0 comments on commit 7743ad9

Please sign in to comment.