We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b55b8a commit 41faa0bCopy full SHA for 41faa0b
1 file changed
.github/workflows/ci-cas-security.yml
@@ -37,4 +37,7 @@ jobs:
37
sdl-api-key: ${{ secrets.SDL_API_KEY }}
38
sdl-project-id: ${{ secrets.SDL_PROJECT_ID }}
39
sdl-idsid-value: ${{ secrets.SDL_IDSID_VALUE }}
40
- sdl-tasks: "SDL441" # scan for SDL441 only, SDL419 has separate scan (workaround)
+ sdl-tasks: "SDL441" # scan for SDL441 only, SDL419 has separate scan (workaround)
41
+ # Set branch type to 'release' for scheduled runs and manual trigger on main branch.
42
+ # Required for automatic evidence submit. Excludes push events.
43
+ branch-type: ${{ github.ref == 'refs/heads/main' && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule') && 'release' || 'dev' }}
0 commit comments