Skip to content

vars fix

vars fix #14

Workflow file for this run

name: Nautilus SecureSDLC

Check failure on line 1 in .github/workflows/securesdlc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/securesdlc.yml

Invalid workflow file

(Line: 7, Col: 5): Unexpected value 'SEMGREP_APP_URL', (Line: 9, Col: 5): Unexpected value 'SEMGREP_APP_TOKEN', (Line: 11, Col: 5): Unexpected value 'SDLC_SLACK_NOTIFICATIONS'
run-name: "[Nautilus SecureSDLC] Ref:${{ github.ref_name }} Event:${{ github.event_name }}"
on:
workflow_dispatch: {}
workflow_call:
SEMGREP_APP_URL:
required: true
SEMGREP_APP_TOKEN:
required: true
SDLC_SLACK_NOTIFICATIONS:
required: false
push:
branches: [ main ]
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 }}
SDLC_SLACK_NOTIFICATIONS: ${{ secrets.SDLC_SLACK_NOTIFICATIONS }}