Skip to content

feat: allow changing Docker image for scan job#4242

Closed
ghost wants to merge 1 commit into
mainfrom
unknown repository
Closed

feat: allow changing Docker image for scan job#4242
ghost wants to merge 1 commit into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Jun 17, 2025

Copy link
Copy Markdown

Description:

Allows changing Docker image used for the scan job, this is useful if the Docker images should be pulled from a different place than the GitHub Container Registry. Such situations usually occur with air-gapped systems or places where Docker registry access is restricted.

Fixes #4241.

Checklist:

  • Tests passing (make test-community)?
  • Lint passing (make lint this requires golangci-lint)?
    • Not really applicable as the change does not touch Go code, but no, fails with:
❯ make lint
golangci-lint run --enable bodyclose --enable copyloopvar --enable misspell --out-format=colored-line-number --timeout 10m
Error: unknown flag: --out-format
Failed executing command with error: unknown flag: --out-format
make: *** [lint] Error 3

My version information:

❯ golangci-lint --version
golangci-lint has version 2.1.6 built with go1.24.2 from eabc263 on 2025-05-04T15:36:41Z

@ghost ghost self-requested a review as a code owner June 17, 2025 17:31
@CLAassistant

CLAassistant commented Jun 17, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Allows changing Docker image used for the scan job, this is useful if
the Docker images should be pulled from a different place than the
GitHub Container Registry. Such situations usually occur with air-gapped
systems or places where Docker registry access is restricted.
@ghost ghost closed this by deleting the head repository Feb 10, 2026
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow changing used Docker image for teh GitHub Action

1 participant