We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09589e9 + 9fc8db4 commit 07138fcCopy full SHA for 07138fc
1 file changed
.circleci/config.yml
@@ -72,6 +72,7 @@ jobs:
72
- prodsec/security_scans:
73
mode: auto
74
open-source-additional-arguments: --exclude=test,dist
75
+ iac-scan: disabled
76
lint:
77
<<: *defaults
78
docker:
@@ -133,6 +134,10 @@ workflows:
133
134
context:
135
- snyk-bot-slack
136
channel: os-team-managed-alerts
137
+ filters:
138
+ branches:
139
+ ignore:
140
+ - main
141
- security-scans:
142
name: Perform security scans for PRs
143
0 commit comments