Skip to content
Open

PR #18

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/securesdlc-required-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Nautilus SecureSDLC
run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"
name: Nautilus SecureSDLC Required
run-name: "[Nautilus SecureSDLC Required] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"

on:
workflow_dispatch: {}
Expand All @@ -17,3 +17,4 @@ jobs:
secrets:
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}
12 changes: 4 additions & 8 deletions workflow-templates/securesdlc.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Nautilus SecureSDLC
run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"
name: Nautilus SecureSDLC Reusable
run-name: "[Nautilus SecureSDLC Reusable] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"

on:
workflow_dispatch: {}
workflow_call:
secrets:
SEMGREP_APP_URL:
required: true
SEMGREP_APP_TOKEN:
required: true
workflow_call: {}
push:
branches: [ $default-branch ]

Expand All @@ -22,3 +17,4 @@ jobs:
secrets:
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}