Skip to content

Bump the docker group across 3 directories with 1 update #790

Bump the docker group across 3 directories with 1 update

Bump the docker group across 3 directories with 1 update #790

Workflow file for this run

name: "Code analyzers"
permissions: {}
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
go:
name: "Run golang Staticcheck"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Load openvds image
uses: "./.github/actions/load_openvds_image"
- name: Run check
run: |
DOCKER_BUILDKIT=1 docker build \
-f Dockerfile \
--build-arg OPENVDS_IMAGE=${{ env.OPENVDS_IMAGE_TAG }} \
--target static_analyzer \
.