Skip to content

feat: add repo-level .docksec.yml configuration file - #164

Merged
advaitpatel merged 4 commits into
mainfrom
feature/config-file
Aug 20, 2026
Merged

feat: add repo-level .docksec.yml configuration file#164
advaitpatel merged 4 commits into
mainfrom
feature/config-file

Conversation

@advaitpatel

Copy link
Copy Markdown
Collaborator

Summary

Adds a committed .docksec.yml so a team's scan policy lives in the repository
instead of in per-developer flags and environment variables.

Settings covered: severity, fail_on, formats, output_dir, provider,
model, offline, skip_ai_scoring, no_redact, no_cache, ignore_file,
baseline, and rules.disabled.

# yaml-language-server: $schema=https://owasp.org/DockSec/docksec-config-schema.json
severity: CRITICAL,HIGH
fail_on: HIGH
formats: [json, html]
output_dir: ./security-reports

rules:
  disabled:
    - compose-missing-healthcheck

@github-actions github-actions Bot added documentation Improvements or additions to documentation cli Changes to the CLI entry point tests Changes to the test suite labels Aug 20, 2026
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 20, 2026
@advaitpatel
advaitpatel merged commit 10e622a into main Aug 20, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Changes to the CLI entry point dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation tests Changes to the test suite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant