Skip to content

Fosstars (Security) #78

Fosstars (Security)

Fosstars (Security) #78

Workflow file for this run

name: 'Fosstars (Security)'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
fosstars-rating:
runs-on: ubuntu-latest
name: 'Security rating'
steps:
- uses: actions/checkout@v4
- uses: SAP/[email protected]
with:
token: '${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}'
- if: failure() || cancelled()
name: Slack Notify
uses: slackapi/[email protected]
with:
payload: |
{
"username": "Fosstars Rating",
"text": "Fosstars rating <https://github.com/SAP/ai-sdk-js/actions/runs/${{ github.run_id }}|failed>.",
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK