Skip to content

Commit 677ebfd

Browse files
removed unneeded secrets and added needed references
1 parent bd8f64c commit 677ebfd

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/securesdlc-required-workflow-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
secrets:
1818
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20+
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}

.github/workflows/securesdlc-required-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
secrets:
1818
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20+
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}

.github/workflows/securesdlc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.eve
33

44
on:
55
workflow_dispatch: {}
6-
workflow_call:
7-
secrets:
8-
SEMGREP_APP_URL:
9-
required: true
10-
SEMGREP_APP_TOKEN:
11-
required: true
6+
workflow_call: {}
127
push:
138
branches: [ main ]
149

@@ -22,3 +17,4 @@ jobs:
2217
secrets:
2318
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
2419
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20+
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}

workflow-templates/securesdlc.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.eve
33

44
on:
55
workflow_dispatch: {}
6-
workflow_call:
7-
secrets:
8-
SEMGREP_APP_URL:
9-
required: true
10-
SEMGREP_APP_TOKEN:
11-
required: true
6+
workflow_call: {}
127
push:
138
branches: [ $default-branch ]
149

@@ -22,3 +17,4 @@ jobs:
2217
secrets:
2318
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
2419
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20+
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}

0 commit comments

Comments
 (0)