Skip to content

feat: add shared security scans workflow#1

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

feat: add shared security scans workflow#1
m-carneiro merged 1 commit into
mainfrom
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:10
@m-carneiro m-carneiro merged commit 1aa703c into main 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 compartilhado para executar SAST em pull requests, delegando a execução para um reusable workflow no repositório cybersec-cicd-tests.

Changes:

  • Cria .github/workflows/security-scans.yml.
  • Configura o job security-static-scans usando workflow reutilizável externo.
  • Mapeia o secret CYBERSEC_SLACK_WEBHOOK para o workflow chamado.

💡 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

on:
pull_request:
branches: [main]
branches: [main]

jobs:
security-static-scans:
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