Skip to content

Commit 7f710b3

Browse files
authored
Merge pull request #45 from gcmurphy/bug/workflows
Repair semgrep
2 parents 6ba87a5 + be2f088 commit 7f710b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
security-events: write
2323
if: (github.action != 'dependabot[bot]')
2424
steps:
25-
- name: Semgrep Scan
26-
uses: actions/checkout@v3
27-
run: semgrep ci --sarif semgrep-results.sarif
25+
- uses: actions/checkout@v3
26+
- run: semgrep ci --sarif-output=semgrep-results.sarif
2827
env:
2928
SEMGREP_RULES: >-
3029
p/security-audit

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ cargo-fuzz = "0.12.0"
2929
cargo-release = "0.25.10"
3030
textwrap = { version = "0.16.1", features = ["default", "terminal_size"] }
3131
tokio-test = "0.4.3"
32+
cargo-sbom = "0.9.1"
3233

3334
[features]
3435
default = ["schema"]

0 commit comments

Comments
 (0)