Skip to content

Commit f8669ae

Browse files
committed
chore: add whitesource to ignore and scan all src
add whitesource to .gitignore and scan all of src
1 parent b3d7634 commit f8669ae

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/mend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
WS_PRODUCTNAME: ${{ secrets.WS_PRODUCTNAME }}
5454
WS_PROJECTNAME: ${{ secrets.WS_PROJECTNAME }}
5555
run: |
56-
java -jar wss-unified-agent.jar -d src/frontend -logLevel debug
56+
java -jar wss-unified-agent.jar -d src -logLevel debug

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,7 @@ sso-config.yaml
292292
AGENTS.md
293293
CLAUDE.local.md
294294
langflow.log.*
295-
tmp_toolguard/
295+
tmp_toolguard/
296+
297+
#whitesource
298+
whitesource/

0 commit comments

Comments
 (0)