Bump OPA version from v1.18.1 to v1.18.2 (#1100)
Run CI Pipeline for ScubaGoggles / Pylint (push) Has been cancelled
Run CI Pipeline for ScubaGoggles / Run OPA Tests (push) Has been cancelled
Run CI Pipeline for ScubaGoggles / Run Markdown Link Check (push) Has been cancelled
Run CI Pipeline for ScubaGoggles / Run Python Tests (push) Has been cancelled
Run Link Checker for Cron Job / markdown-link-check (push) Has been cancelled
Run Smoke Test / configuration (push) Has been cancelled
Run Smoke Test / smoke-test (push) Has been cancelled
Run Smoke Test / lhci (push) Has been cancelled

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
github-actions[bot]
2026-07-09 11:14:46 -04:00
committed by GitHub
parent bc97dde4cf
commit 0198ce4441
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -7,13 +7,13 @@ name: Update OPA Version Dependency
on:
schedule:
# Run Monday through Friday at 2:11 AM UTC (10:11 PM EDT)
- cron: "11 2 * * 1-5"
# Run twice a month (1st, 15th) at 2:11 AM UTC (10:11 PM EDT)
- cron: "11 2 1,15 * *"
workflow_dispatch:
permissions: read-all
jobs:
jobs:
check-opa-update:
name: Check for OPA Update
runs-on: ubuntu-latest
+2 -2
View File
@@ -53,7 +53,7 @@ options:
```bash
# example
scubagoggles getopa -v v1.18.1
scubagoggles getopa -v v1.18.2
```
If you have run the [ScubaGoggles setup utility](DownloadAndInstall.md#ScubaGoggles-Setup-Utility),
@@ -63,7 +63,7 @@ you may have specified the location of the OPA executable. `getopa` will save th
1. If the above options can not execute for any reason or you would prefer to
download OPA manually, go to the [Open Policy Agent website](https://www.openpolicyagent.org/docs/latest/#running-opa)
2. Check the website for a compatible OPA version (Currently v1.18.1 and above)
2. Check the website for a compatible OPA version (Currently v1.18.2 and above)
for ScubaGoggles and select the corresponding version on top left of the
website.
3. Navigate to the menu on left side of the screen:
+1 -1
View File
@@ -56,7 +56,7 @@ API_LINKS = {
}
OPA_VERSION = 'v1.18.1'
OPA_VERSION = 'v1.18.2'
NUMBER_OF_UUID_CHARACTERS_TO_TRUNCATE_CHOICES = (
0, 13, 18, 36