Skip to content

github-actions(deps): bump anchore/sbom-action from 0.17.2 to 0.17.4 in /security-actions/scan-docker-image #383

github-actions(deps): bump anchore/sbom-action from 0.17.2 to 0.17.4 in /security-actions/scan-docker-image

github-actions(deps): bump anchore/sbom-action from 0.17.2 to 0.17.4 in /security-actions/scan-docker-image #383

Workflow file for this run

name: Luacheck Test
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '*'
workflow_dispatch: {}
jobs:
test-lua-lint:
env:
TEST_REPOSITORY: "${{github.repository_owner}}/atc-router"
runs-on: ubuntu-latest
permissions:
contents: read
issues: read
checks: write
pull-requests: write
name: Luacheck code analysis
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: ${{env.TEST_REPOSITORY}}
path: ${{env.TEST_REPOSITORY}}
- uses: ./code-check-actions/lua-lint
with:
additional_args: '--no-default-config --config ${{env.TEST_REPOSITORY}}/.luacheckrc ${{env.TEST_REPOSITORY}}'