dockerfile update
This commit is contained in:
parent
d76eedbd6c
commit
534cefc973
1 changed files with 0 additions and 6 deletions
|
|
@ -135,9 +135,3 @@ LABEL org.opencontainers.image.vendor="APRS.me" \
|
||||||
|
|
||||||
# Add security configuration
|
# Add security configuration
|
||||||
EXPOSE 4000
|
EXPOSE 4000
|
||||||
|
|
||||||
# Security scan stage
|
|
||||||
FROM aquasec/trivy:latest AS trivy
|
|
||||||
WORKDIR /workspace
|
|
||||||
COPY --from=builder /app/_build/prod/rel/aprs ./
|
|
||||||
RUN trivy filesystem --no-progress --exit-code 1 --severity HIGH,CRITICAL ./
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue