Update clj-holes.yml
- Fixed a typo in the upload-sarif@v1 action - Commented out the rules-repository. The template will now default to rules in git://clj-holmes/clj-holmes-rules#main, but the format is preserved.
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Scan code
|
- name: Scan code
|
||||||
uses: clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb
|
uses: clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb
|
||||||
with:
|
with:
|
||||||
rules-repository: 'git://org/private-rules-repo#main'
|
# rules-repository: 'git://org/private-rules-repo#main'
|
||||||
output-type: 'sarif'
|
output-type: 'sarif'
|
||||||
output-file: 'clj-holmes-results.sarif'
|
output-file: 'clj-holmes-results.sarif'
|
||||||
fail-on-result: 'false'
|
fail-on-result: 'false'
|
||||||
@@ -40,4 +40,4 @@ jobs:
|
|||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
with:
|
with:
|
||||||
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif
|
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif
|
||||||
ait-for-processing: true
|
wait-for-processing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user