We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71236ca commit 391cdfaCopy full SHA for 391cdfa
1 file changed
.github/workflows/scan.yml
@@ -19,13 +19,13 @@ jobs:
19
20
semgrep:
21
runs-on: ubuntu-latest
22
- container:
23
- image: semgrep/semgrep
+ container:
+ image: semgrep/semgrep
24
25
- steps:
26
- - uses: actions/checkout@v4
27
- - run: |
28
- semgrep ci --code --secrets --supply-chain
+ steps:
+ - uses: actions/checkout@v4
+ - run: |
+ semgrep ci --code --secrets --supply-chain
29
30
spectral:
31
0 commit comments