We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b82fef commit 8b7947aCopy full SHA for 8b7947a
.github/workflows/securesdlc.yml
@@ -1,14 +1,9 @@
1
-name: Nautilus SecureSDLC
2
-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 }}"
3
4
on:
5
workflow_dispatch: {}
6
- workflow_call:
7
- secrets:
8
- SEMGREP_APP_URL:
9
- required: true
10
- SEMGREP_APP_TOKEN:
11
+ workflow_call: {}
12
push:
13
branches: [ main ]
14
@@ -22,3 +17,4 @@ jobs:
22
17
secrets:
23
18
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
24
19
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20
+ SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}
0 commit comments