1 Commits

Author SHA1 Message Date
Morten Olsen
5c3f7f3869 chore: use prebuilt nuclei execuable 2025-12-12 21:06:36 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: .
# platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}

View File

@@ -27,7 +27,7 @@ FROM alpine:3.19 AS final
# Build arguments for nuclei version and architecture # Build arguments for nuclei version and architecture
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH
ARG NUCLEI_VERSION=3.6.0 ARG NUCLEI_VERSION=3.3.7
# Install ca-certificates for HTTPS requests, curl for downloading, and create non-root user # Install ca-certificates for HTTPS requests, curl for downloading, and create non-root user
RUN apk --no-cache add ca-certificates tzdata curl unzip && \ RUN apk --no-cache add ca-certificates tzdata curl unzip && \