File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ jobs:
1010 # User definable name of this GitHub Actions job.
1111 name : semgrep-oss/scan
1212 # If you are self-hosting, change the following `runs-on` value:
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-latest
1414
15- container :
16- # A Docker image with Semgrep installed. Do not change this.
17- image : semgrep/semgrep
15+ container :
16+ # A Docker image with Semgrep installed. Do not change this.
17+ image : semgrep/semgrep
1818
19- # Skip any PR created by dependabot to avoid permission issues:
20- if : (github.actor != 'dependabot[bot]')
19+ # Skip any PR created by dependabot to avoid permission issues:
20+ if : (github.actor != 'dependabot[bot]')
2121
22- steps :
23- # Fetch project source with GitHub Actions Checkout. Use either v3 or v4.
24- - uses : actions/checkout@v4
25- # Run the "semgrep scan" command on the command line of the docker image.
26- - run : semgrep scan --config auto --config ./.semgrep_scan_rules.yml
22+ steps :
23+ # Fetch project source with GitHub Actions Checkout. Use either v3 or v4.
24+ - uses : actions/checkout@v4
25+ # Run the "semgrep scan" command on the command line of the docker image.
26+ - run : semgrep scan --config auto --config ./.semgrep_scan_rules.yml
You can’t perform that action at this time.
0 commit comments