Skip to content

Commit 5d5e536

Browse files
fix(ci): exclude examples from SCA scan (no lockfiles)
1 parent 117fefe commit 5d5e536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
1111
ruby-version: "3.4"
12-
additional-arguments: "--exclude=README.md,.jfrog"
12+
additional-arguments: "--exclude=README.md,.jfrog,examples"
1313
pre-scan-commands: |
1414
bundle install
1515
secrets: inherit

0 commit comments

Comments
 (0)