Skip to content

[Nautilus SecureSDLC] Ref:main Event:workflow_dispatch #7

[Nautilus SecureSDLC] Ref:main Event:workflow_dispatch

[Nautilus SecureSDLC] Ref:main Event:workflow_dispatch #7

Workflow file for this run

name: Nautilus SecureSDLC
run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"
on:
workflow_dispatch: {}
workflow_call:
secrets:
SEMGREP_APP_URL:
required: true
SEMGREP_APP_TOKEN:
required: true
push:
branches: [ main ]
jobs:
securesdlc-umbrella:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
uses: nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@release-stable
secrets:
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}