Skip to content

Commit a1cd37b

Browse files
Fix MD
Disable Lua validaition, out of scope Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
1 parent 57b2bbb commit a1cd37b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/super-linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
packages: read
1717
statuses: write
1818
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml@8382cff2a4582e7ac6906fb4d4213b40108e2ea5 # v2.8.0
19+
with:
20+
super-linter-variables: |
21+
{
22+
"VALIDATE_LUA": "false"
23+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ docker image inspect --format='{{index .RepoDigests 0}}' docker.io/openresty/ope
4444

4545
### lua-resty-openidc
4646

47-
https://luarocks.org/modules/hanszandbelt/lua-resty-openidc
47+
`lua-resty-openidc` versions are maintainer here <https://luarocks.org/modules/hanszandbelt/lua-resty-openidc>

0 commit comments

Comments
 (0)