Skip to content

Commit f735992

Browse files
Merge pull request #55 from step-security/Raj-StepSecurity-patch-3
fix: test vulnerable deps moved to osv scanner
2 parents 4b56242 + ba6bb5c commit f735992

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
timeout-minutes: 10
5656
strategy:
5757
matrix:
58-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-latest]
58+
os: [ubuntu-22.04, ubuntu-latest, macos-latest]
5959
steps:
6060
- name: Harden Runner
6161
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1

osv-scanner.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,12 @@ reason = "Untrusted headers are not processed"
1212

1313
[[IgnoredVulns]]
1414
id = "GHSA-67mh-4wv8-2f99"
15-
reason = "It is a a test dependency"
15+
reason = "It is a a test dependency"
16+
17+
[[IgnoredVulns]]
18+
id = "GHSA-g4jq-h2w9-997c"
19+
reason = "It is only used for testing"
20+
21+
[[IgnoredVulns]]
22+
id = "GHSA-jqfw-vq24-v9c3"
23+
reason = "It is only used for testing"

0 commit comments

Comments
 (0)