Skip to content

Commit 7fb9c8a

Browse files
committed
Fix indentation
1 parent d43742b commit 7fb9c8a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/semgrep_scan.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)