Skip to content

Commit aa70774

Browse files
Merge branch 'main' into jeongsoolee09/prepare-for-0.1.0
2 parents 3429f9d + 5fdd253 commit aa70774

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql_test_apps.yml renamed to .github/workflows/code_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL Test Apps"
1+
name: "Code Scanning"
22

33
on:
44
push:

.github/workflows/codeql_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
CODEQL_PATH: ${{ steps.init.outputs.codeql-path }}
3939
run: |
40-
$CODEQL_PATH test run --no-show-extractor-output --format=json --threads=0 --verbosity=errors ./test |
41-
jq -r '.|sort_by(.pass)|.[]|"\(if .pass then "✅" else "❌" end) \(.test)<br/>"' >> results.md
40+
$CODEQL_PATH test run --strict-test-discovery --no-show-extractor-output --format=json --threads=0 --verbosity=errors ./test |
41+
jq -r '.|sort_by(.pass)|.[]|"\(if .pass then "✅" else "❌" end) \(.test / "/test/" | .[1]) "' >> results.md
4242
cat results.md >> $GITHUB_STEP_SUMMARY
43-
if grep -q "❌" results.md; then exit 1; fi
43+
if grep -n "❌" results.md; then exit 1; fi

test/queries/xss/xss-event-handlers/UI5Xss.expected

Whitespace-only changes.

0 commit comments

Comments
 (0)