Skip to content

feat: add shared security scans workflow - #1

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

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

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 02:26
@m-carneiro
m-carneiro merged commit 533ec18 into main May 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown

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) em pull requests, reutilizando um workflow centralizado do repositório corabank/cybersec-cicd-tests.

Changes:

  • Cria o workflow .github/workflows/security-scans.yml acionado em pull_request para a branch main.
  • Adiciona um job que chama o workflow reutilizável security-static-scans e repassa o secret CYBERSEC_SLACK_WEBHOOK.
  • Mantém um job adicional (ai-sast) comentado no arquivo.

💡 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
Comment on lines +12 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