Skip to content

ci: add daily scheduled RustSec advisory scan#6995

Open
TriplEight wants to merge 1 commit intodani-garcia:mainfrom
TriplEight:pr/3x8_scheduled-advisory-scan
Open

ci: add daily scheduled RustSec advisory scan#6995
TriplEight wants to merge 1 commit intodani-garcia:mainfrom
TriplEight:pr/3x8_scheduled-advisory-scan

Conversation

@TriplEight
Copy link

cargo deny check advisories runs daily at 11:17 UTC (offset from Trivy
at 11:08 to spread DB load). This catches new CVEs published against
Cargo dependencies between code pushes, matching the coverage Trivy
provides for container vulnerabilities.

Runs advisories-only so duplicate/license warnings don't obscure newly
published CVEs - the full cargo deny check already runs in build.yml on
every push/PR. Guarded to the upstream repo to avoid fork hammering the
RustSec DB. Supports workflow_dispatch for manual triggering.

  cargo deny check advisories runs daily at 11:17 UTC (offset from Trivy
  at 11:08 to spread DB load). This catches new CVEs published against
  Cargo dependencies between code pushes, matching the coverage Trivy
  provides for container vulnerabilities.

  Runs advisories-only so duplicate/license warnings don't obscure newly
  published CVEs - the full cargo deny check already runs in build.yml on
  every push/PR. Guarded to the upstream repo to avoid fork hammering the
  RustSec DB. Supports workflow_dispatch for manual triggering.
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.

1 participant