Skip to content

Commit 391cdfa

Browse files
authored
semgrep
1 parent 71236ca commit 391cdfa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/scan.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919

2020
semgrep:
2121
runs-on: ubuntu-latest
22-
container:
23-
image: semgrep/semgrep
22+
container:
23+
image: semgrep/semgrep
2424

25-
steps:
26-
- uses: actions/checkout@v4
27-
- run: |
28-
semgrep ci --code --secrets --supply-chain
25+
steps:
26+
- uses: actions/checkout@v4
27+
- run: |
28+
semgrep ci --code --secrets --supply-chain
2929
3030
spectral:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)