Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .websec-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ src/websec_validator/briefing.py
# The AppSync GraphQL "surface" is detected purely from our own `@aws_*` example strings — no real
# GraphQL server lives in this repo, so the synthetic graphql finding is a self-reference.
category:graphql

# The transport security baseline audit flags missing CSP/HSTS headers.
# This repo is a CLI tool, not a browser-facing web application.
category:transport
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@ RUN pip install --no-cache-dir .
RUN useradd --create-home --uid 1001 websec
WORKDIR /scan
USER websec
HEALTHCHECK NONE
ENTRYPOINT ["websec"]
CMD ["--help"]