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:147560e6e116bd16f2ca8e66dab50798323e77f6
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
Loading