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
Contributor

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:08
@m-carneiro m-carneiro merged commit 4d711eb 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 do GitHub Actions para executar varreduras estáticas de segurança em pull requests direcionados à branch main, delegando a execução para um workflow reutilizável do repositório cybersec-cicd-tests.

Changes:

  • Cria .github/workflows/security-scans.yml.
  • Configura execução em pull_request para main.
  • Chama workflow reutilizável de SAST e repassa webhook do Slack.

💡 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: [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