Skip to content

Commit cc9305e

Browse files
committed
fix docs
1 parent 546fcd3 commit cc9305e

3 files changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: |
7777
make actionlint
7878
79-
- name: Check language tools used and setup trivy config
79+
- name: Check language tools used
8080
id: check_languages
8181
run: |
8282
if [ -f "pyproject.toml" ] && grep -q '\[tool.poetry\]' "pyproject.toml"; then

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,9 @@ The workflows that are available to use are
1919

2020
## Other Docs
2121

22-
- [Adding Exclusions to Trivy Scanning](#adding-exclusions-to-trivy-scanning)
2322
- [Secret Scanning Docker](#secret-scanning-docker)
2423
- [Run All Releases](#run-all-releases)
2524

26-
## Adding Exclusions to Trivy Scanning
27-
The quality checks job uses Trivy to scan for vulnerabilities.
28-
There may be times you want to add an exclusion for a known vulnerability that we are happy to accept
29-
To do this, in the calling repo, add trivy.yaml with this content
30-
```
31-
ignorefile: ".trivyignore.yaml"
32-
```
33-
and add a .trivyignore.yaml with this content
34-
```
35-
vulnerabilities:
36-
- id: CVE-2026-24842
37-
paths:
38-
- "package-lock.json"
39-
statement: downstream dependency for tar - waiting for new npm release
40-
expired_at: 2026-06-01
41-
```
42-
See https://trivy.dev/docs/latest/configuration/filtering/#trivyignoreyaml for more details
4325

4426
## Combine Dependabot PRs
4527

trivy.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)