Skip to content

feat: add shared security scans workflow#1

Merged
m-carneiro merged 1 commit into
masterfrom
add-shared-security-workflow-1778726551
May 14, 2026
Merged

feat: add shared security scans workflow#1
m-carneiro merged 1 commit into
masterfrom
add-shared-security-workflow-1778726551

Conversation

@m-carneiro
Copy link
Copy Markdown

Adds shared security scanning workflow (SAST) via reusable workflow in cybersec-cicd-tests.

Copilot AI review requested due to automatic review settings May 14, 2026 03:09
@m-carneiro m-carneiro merged commit 16641f3 into master May 14, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adiciona um workflow de segurança para executar scans estáticos via workflow reutilizável externo.

Changes:

  • Cria o workflow security-checks.
  • Executa scans SAST em pull requests para master.
  • Configura repasse do secret de webhook para notificações.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


jobs:
security-static-scans:
uses: corabank/cybersec-cicd-tests/.github/workflows/security-static-scans.yml@main
branches: [master]

jobs:
security-static-scans:
@@ -0,0 +1,18 @@
name: security-checks

on:
Comment on lines +13 to +18
# ai-sast:
# needs: security-static-scans
# uses: corabank/cybersec-cicd-tests/.github/workflows/security-ai-sast.yml@main
# secrets:
# CYBERSEC_LITE_LLM_URL: ${{ secrets.CYBERSEC_LITE_LLM_URL }}
# CYBERSEC_LITE_LLM_API_KEY: ${{ secrets.CYBERSEC_LITE_LLM_API_KEY }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants