Skip to content

Commit d0f44ca

Browse files
Merge pull request #1728 from carvel-dev/dependabot/github_actions/slackapi/slack-github-action-2.1.0
Bump slackapi/slack-github-action from 2.0.0 to 2.1.0
2 parents 7d58d7d + ed679e5 commit d0f44ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ jobs:
4444
echo "SUMMARY=$summary" >> "$GITHUB_ENV"
4545
- name: Send Slack Notification
4646
if: success()
47-
uses: slackapi/slack-github-action@v2.0.0
47+
uses: slackapi/slack-github-action@v2.1.0
4848
env:
4949
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
5050
with:
5151
channel-id: C010XR15VHU
5252
slack-message: "${{ env.SUMMARY }}"
5353
- name: Send Failure notification
5454
if: failure()
55-
uses: slackapi/slack-github-action@v2.0.0
55+
uses: slackapi/slack-github-action@v2.1.0
5656
env:
5757
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
5858
with:
@@ -146,15 +146,15 @@ jobs:
146146
fi
147147
- name: Send Slack Notification if Scan Ran Successfully
148148
if: steps.cve-summary.outputs.summary != ''
149-
uses: slackapi/slack-github-action@v2.0.0
149+
uses: slackapi/slack-github-action@v2.1.0
150150
with:
151151
slack-message: "New CVEs found! Check https://github.com/carvel-dev/kapp-controller/security/code-scanning for details \n ${{ steps.cve-summary.outputs.summary }}"
152152
channel-id: C010XR15VHU
153153
env:
154154
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
155155
- name: Send Failure notification
156156
if: failure()
157-
uses: slackapi/slack-github-action@v2.0.0
157+
uses: slackapi/slack-github-action@v2.1.0
158158
env:
159159
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
160160
with:

0 commit comments

Comments
 (0)