Skip to content

Commit 79e94f4

Browse files
fix: remove yarn-workspaces argument from SCA workflow
1 parent 6d90c39 commit 79e94f4

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
@@ -8,7 +8,7 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
additional-arguments: '--yarn-workspaces --exclude=example --exclude=android'
11+
additional-arguments: '--exclude=example --exclude=android'
1212
java-version: '17'
1313
node-version: '22'
1414
pre-scan-commands: yarn install

0 commit comments

Comments
 (0)