We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0718ea2 commit 08477deCopy full SHA for 08477de
.github/workflows/testQuarkScript.yml
@@ -57,7 +57,7 @@ jobs:
57
git clone "https://github.com/quark-engine/apk-samples.git"
58
mv -vn $GITHUB_WORKSPACE/CWE-*/CWE-*.py test_ground/
59
mv -vn $GITHUB_WORKSPACE/CWE-*/*.json test_ground/
60
- mv -vn $GITHUB_WORKSPACE/CWE-*/*.js test_ground/
+ # mv -vn $GITHUB_WORKSPACE/CWE-*/*.js test_ground/
61
mv -vn ./apk-samples/vulnerable-samples/*.apk test_ground/
62
63
0 commit comments