Skip to content

Amberlens backtesting jupyter notebook #2

Amberlens backtesting jupyter notebook

Amberlens backtesting jupyter notebook #2

name: Dependabot Security Updates
on:
pull_request:
branches:
- main
- master
jobs:
notify:
if: startsWith(github.head_ref, 'dependabot/')
name: Notify Slack
uses: amberdata/cicd/.github/workflows/notify-slack.yaml@v2.8.0

Check failure on line 11 in .github/workflows/dependabot-security-updates.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-security-updates.yml

Invalid workflow file

error parsing called workflow ".github/workflows/dependabot-security-updates.yml" -> "amberdata/cicd/.github/workflows/notify-slack.yaml@v2.8.0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
slack_webhook_url_secret_name: /production/0001/vulnerability-scanning/slack-webhook-url
slack_payload: |
{
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "Dependabot Security Updates"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Repository Name:*\n${{ github.event.repository.name }}"
}
},
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Security update available:*\n*<${{ github.event.pull_request.html_url }}|Pull Request>*"
}
]
}
]
}
secrets:
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}