Skip to content

Commit bffec94

Browse files
vars fix
1 parent bcafb47 commit bffec94

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/securesdlc.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +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
12-
SDLC_SLACK_NOTIFICATIONS:
13-
required: true
6+
workflow_call: {}
147
push:
158
branches: [ main ]
169

@@ -20,7 +13,7 @@ jobs:
2013
contents: read # for actions/checkout to fetch code
2114
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
2215
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
23-
uses: nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@release-stable
16+
uses: nautilus-wraith/securesdlc-umbrella/.github/workflows/securesdlc-umbrella.yml@main
2417
secrets:
2518
SEMGREP_APP_URL: ${{ secrets.SEMGREP_APP_URL }}
2619
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 commit comments

Comments
 (0)