Skip to content

Commit

Permalink
backport of commit 961d9d7
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebko committed Feb 6, 2025
1 parent 8466210 commit d5bbbe4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
21 changes: 21 additions & 0 deletions .release/security-scan.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ container {
dependencies = true
alpine_secdb = true
secrets = false

# Triage items that are _safe_ to ignore here. Note that this list should be
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
vulnerabilities = [
"CVE-2024-13176", # [email protected]
]
}
}
}

binary {
Expand All @@ -13,4 +23,15 @@ binary {
osv = true
oss_index = true
nvd = true

# Triage items that are _safe_ to ignore here. Note that this list should be
# periodically cleaned up to remove items that are no longer found by the scanner.
triage {
suppress {
vulnerabilities = [
"GO-2025-3408", # [email protected]
"GHSA-29qp-crvh-w22m", # [email protected]
]
}
}
}
13 changes: 2 additions & 11 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
# the repo, unless a later match takes precedence.
* @hashicorp/boundary

# engineering and web presence get notified of, and can approve changes to, web tooling, but not content.
# web presence and education

/website/ @hashicorp/web-presence @hashicorp/boundary
/website/data/
/website/public/
/website/content/

# education and engineering get notified of, and can approve changes to web content.

/website/data/ @hashicorp/boundary-education-approvers @hashicorp/boundary
/website/public/ @hashicorp/boundary-education-approvers @hashicorp/boundary
/website/content/ @hashicorp/boundary-education-approvers @hashicorp/boundary
/website/ @hashicorp/boundary-education-approvers @hashicorp/web-presence @hashicorp/boundary
10 changes: 0 additions & 10 deletions enos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ See [enos.vars.hcl](./enos.vars.hcl) for complete descriptions of each variable.
You can either modify `enos.vars.hcl` directly or create your own copy at
`enos-local.vars.hcl` which gets ignored by git.

### System File Modifications

For docker-based scenarios, you will need to modify `/etc/hosts` to include the
following lines
```
127.0.0.1 localhost boundary
127.0.0.1 localhost worker
127.0.0.1 localhost vault
```

## Executing Scenarios
From the `enos` directory:

Expand Down

0 comments on commit d5bbbe4

Please sign in to comment.