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
13 changes: 11 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ parameters:
default: 'snyk-env.sh'

orbs:
prodsec: snyk/prodsec-orb@1
# Trialling the agentic fix from snyk/prodsec-orb#166. Dev orb versions are mutable and
# expire after 90 days - switch back to snyk/prodsec-orb@1 once that PR is released.
prodsec: snyk/prodsec-orb@dev:31a2fb2e92f1f80de62249143bd3a816b3836971
snyk: snyk/snyk@2.0.3
aws-cli: circleci/aws-cli@2.0.3
gh: circleci/github-cli@2.1.0
Expand Down Expand Up @@ -594,6 +596,9 @@ workflows:
- devex_cli
- devex_cli_docker_hub
- team-cli-go-private-modules
# LITELLM_API_KEY, LITELLM_BASE_URL, LITELLM_MODEL and REMY_GITHUB_TOKEN for the
# agentic fix. Without this the feature skips, naming what is missing.
- prodsec-orb-runtime
requires:
- prepare-build
filters:
Expand Down Expand Up @@ -1519,8 +1524,12 @@ jobs:
iac-scan: disabled
release-branch: main
open-source-scan-reachability: true
open-source-scan: high
# medium for the agentic fix trial, so the gate surfaces more for it to work on.
# Note this repository also sets open-source-block-ignore-sla, so the gate already
# blocks regardless of remediation SLA - the two together widen this considerably.
open-source-scan: medium
open-source-block-ignore-sla: true
open-source-agentic-fix-enabled: true

docs-only-check:
executor: docker-amd64
Expand Down
8 changes: 8 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ ignore:
reason: None Given
expires: 2026-03-13T00:00:00.000Z
created: 2026-02-13T09:59:15.673Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: >-
No fix available for inflight@1.0.6. This package is used transitively
through glob@7.x and rimraf@2.x. Upgrading would require major version
breaking changes to those dependencies.
expires: 2122-12-14T16:35:38.252Z
created: 2026-08-03T00:00:00.000Z
patch: {}
exclude:
code:
Expand Down
Loading