Skip to content

feat: add shared security scans workflow#9

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

feat: add shared security scans workflow#9
m-carneiro merged 1 commit into
mainfrom
add-shared-security-workflow-1778721953

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 01:43
@m-carneiro m-carneiro merged commit 9f61840 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

Este PR adiciona um workflow de GitHub Actions para executar varreduras de segurança (SAST) via workflow reutilizável no repositório corabank/cybersec-cicd-tests.

Changes:

  • Cria o workflow security-checks acionado em pull_request para a branch main.
  • Configura o job security-static-scans consumindo o workflow reutilizável e repassando o secret CYBERSEC_SLACK_WEBHOOK.
  • Mantém um job ai-sast comentado para possível habilitação futura.

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

Comment on lines +9 to +15
uses: corabank/cybersec-cicd-tests/.github/workflows/security-static-scans.yml@main
secrets:
CYBERSEC_SLACK_WEBHOOK: ${{ secrets.CYBERSEC_SLACK_WEBHOOK }}

# ai-sast:
# needs: security-static-scans
# uses: corabank/cybersec-cicd-tests/.github/workflows/security-ai-sast.yml@main
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