Skip to content

[SecureSDLC] Ref:main Event:push #30

[SecureSDLC] Ref:main Event:push

[SecureSDLC] Ref:main Event:push #30

Workflow file for this run

name: SecureSDLC
run-name: "[SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"
permissions: {}
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: ["main"]
jobs:
securesdlc-umbrella:
permissions:
contents: read
security-events: write
actions: read
uses: nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@d61b052e36d795bf5ed9eeb116b4851cc0bbdcdd
secrets:
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}