We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ba87a5 + be2f088 commit 7f710b3Copy full SHA for 7f710b3
.github/workflows/semgrep.yml
@@ -22,9 +22,8 @@ jobs:
22
security-events: write
23
if: (github.action != 'dependabot[bot]')
24
steps:
25
- - name: Semgrep Scan
26
- uses: actions/checkout@v3
27
- run: semgrep ci --sarif semgrep-results.sarif
+ - uses: actions/checkout@v3
+ - run: semgrep ci --sarif-output=semgrep-results.sarif
28
env:
29
SEMGREP_RULES: >-
30
p/security-audit
Cargo.toml
@@ -29,6 +29,7 @@ cargo-fuzz = "0.12.0"
cargo-release = "0.25.10"
textwrap = { version = "0.16.1", features = ["default", "terminal_size"] }
31
tokio-test = "0.4.3"
32
+cargo-sbom = "0.9.1"
33
34
[features]
35
default = ["schema"]
0 commit comments