-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa16b20
commit dab9a41
Showing
5 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate Scorecards Reminders | ||
uses: port-labs/[email protected].13 | ||
uses: port-labs/[email protected].14 | ||
with: | ||
message_kind: scorecard_reminder | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate Scorecard Report | ||
uses: port-labs/[email protected].13 | ||
uses: port-labs/[email protected].14 | ||
with: | ||
message_kind: scorecard_report | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
|
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 |
---|---|---|
|
@@ -48,7 +48,7 @@ Action to send a scorecard report to a Slack channel about the current state and | |
| `filter_rule` | The [rule filter](https://docs.getport.io/search-and-query/#rules) to apply on the data queried from Port | false | | | ||
|
||
```yaml | ||
- uses: port-labs/[email protected].13 | ||
- uses: port-labs/[email protected].14 | ||
with: | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }} | ||
|
@@ -82,7 +82,7 @@ A call to action to remind the team that some of their services didn't reach Gol | |
In this example you can see how we filter for specific team and send a reminder to them. | ||
|
||
```yaml | ||
- uses: port-labs/[email protected].13 | ||
- uses: port-labs/[email protected].14 | ||
with: | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
port_client_secret: ${{ secrets.PORT_CLIENT_SECRET }} | ||
|
@@ -113,7 +113,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate Scorecard Report | ||
uses: port-labs/[email protected].13 | ||
uses: port-labs/[email protected].14 | ||
with: | ||
message_kind: scorecard_report | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate Scorecards Reminders | ||
uses: port-labs/[email protected].13 | ||
uses: port-labs/[email protected].14 | ||
with: | ||
message_kind: scorecard_reminder | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Generate Scorecard Report | ||
uses: port-labs/[email protected].13 | ||
uses: port-labs/[email protected].14 | ||
with: | ||
message_kind: scorecard_report | ||
port_client_id: ${{ secrets.PORT_CLIENT_ID }} | ||
|