Skip to content

Commit 07a41f2

Browse files
authored
Fix entrypoint and remove unneeded files (#15)
* Update entrypoint.sh * Update .gitignore Exclude .md files * Removed md files and added codeowners * Bumped version for deploy
1 parent e0307b2 commit 07a41f2

10 files changed

+6
-436
lines changed

Diff for: .github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @SocketDev/customer-success

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ markdown_security_temp.md
2020
test.py
2121
*.cpython-312.pyc`
2222
file_generator.py
23-
.env
23+
.env
24+
*.md

Diff for: entrypoint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ if [[ "$INPUT_SECRET_SCANNING_ENABLED" == "true" ]]; then
9595
fi
9696

9797
# Execute the custom Python script to process findings
98-
#cd /
98+
cd /
9999
mv /tmp/*.json .
100-
#python socket_external_tools_runner.py
100+
python socket_external_tools_runner.py

Diff for: src/bandit_comments.md

-18
This file was deleted.

Diff for: src/core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"base_github"
1616
]
1717

18-
__version__ = "1.0.14"
18+
__version__ = "1.0.15"
1919
__author__ = "socket.dev"
2020
base_github = "https://github.com"
2121

Diff for: src/eslint_comments.md

-149
This file was deleted.

Diff for: src/gosec_comments.md

-16
This file was deleted.

Diff for: src/trivydockerfile_comments.md

-20
This file was deleted.

0 commit comments

Comments
 (0)