Skip to content

Add cycode-summary.py + outputFormats input; rich step summary + anno… #4

Add cycode-summary.py + outputFormats input; rich step summary + anno…

Add cycode-summary.py + outputFormats input; rich step summary + anno… #4

Workflow file for this run

# Self-scan: runs the centralized Cycode scan workflow against THIS repo on
# every PR and push to main. Proves the workflow actually executes end-to-end
# once CYCODE_CLIENT_ID and CYCODE_CLIENT_SECRET are configured as repo secrets.
#
# Uses a local path reference (./.github/workflows/cycode-scan.yml) so changes
# to the workflow are exercised on the same PR that introduces them. Customers
# should NOT copy this style — they should pin to a tag (see examples/).
name: Self-scan
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
cycode:
uses: ./.github/workflows/cycode-scan.yml

Check failure on line 19 in .github/workflows/self-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-scan.yml

Invalid workflow file

error parsing called workflow ".github/workflows/self-scan.yml" -> "./.github/workflows/cycode-scan.yml" (source branch with sha:9be55bebd5dabae838ef3ee0765c853db8ed1007) : (Line: 83, Col: 20): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.temp, (Line: 84, Col: 23): Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.temp
with:
scanTypes: '["secret","sca","iac"]'
severityThreshold: high
# Demo repo: report findings without failing PRs.
blockOnFindings: false
secrets: inherit