Skip to content

Commit

Permalink
Template infra deploy #11407389040
Browse files Browse the repository at this point in the history
  • Loading branch information
nava-platform-bot committed Oct 18, 2024
1 parent 924f5f0 commit 078f76f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .template-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dea220ce3f9e58b834f340c6f6c09154db6771b9
07a423705e710af78da1e08cd9a2ee88240ad362
2 changes: 1 addition & 1 deletion bin/lint-markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ link_check_config=".github/workflows/markdownlint-config.json"

# Recursively find all markdown files (*.md) in the current directory, excluding node_modules and .venv subfolders.
# Pass them in as args to the lint command using the handy `xargs` command.
find . -name \*.md -not -path "*/node_modules/*" -not -path "*/.venv/*" -print0 | xargs -0 -n1 npx markdown-link-check --config "${link_check_config}"
find . -name \*.md -not -path "*/node_modules/*" -not -path "*/.venv/*" -not -path "*/.terraform/*" -print0 | xargs -0 -n1 npx markdown-link-check --config "${link_check_config}"
2 changes: 1 addition & 1 deletion docs/infra/vulnerability-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The trivy scanner allows you to ignore or safelist certain findings, which can b

The Grype scanner is a Docker image scanner made by the company Anchore. It allows you to ignore or safelist certain findings, which can be specified in the [.grype.yml](../../.grype.yml) file. There are flags set to ignore findings that are in the state `not-fixed`, `wont-fix`, and `unknown`.

To debug a vulnerable system-level dependency of unknown origin, [download the CI-built image](/docs/app/runbooks/running-built-images-locally.md) and run:
To debug a vulnerable system-level dependency of unknown origin, run:

```bash
# Set the image_name variable to the name or URL of an image
Expand Down

0 comments on commit 078f76f

Please sign in to comment.