[Nautilus SecureSDLC] Ref:2/merge Event:pull_request #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nautilus SecureSDLC | |
run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}" | |
on: | |
workflow_dispatch: {} | |
workflow_call: {} | |
pull_request: {} | |
# pull_request_target: {} # Gives workflows excessive permissions. Not wanted. | |
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 }} |