Skip to content

Commit

Permalink
TEST: Creation SAST TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jperezdealgaba committed Jan 25, 2025
1 parent 3c6931d commit 15cf332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ spec:
#!/usr/bin/env sh
set -eux
pwd
ls -la
ls -la $(workspaces.workspace.path)
echo "Check-result"
cat processed_sast_unicode_check_out.sarif
cat $(workspaces.workspace.path)/processed_sast_unicode_check_out.sarif

Check failure on line 72 in task/sast-unicode-check/0.1/tests/test-sast-unicode-check.yaml

View workflow job for this annotation

GitHub Actions / yamllint

72:86 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 15cf332

Please sign in to comment.