1
0
mirror of https://github.com/ardichoke/puppet-arpwatch.git synced 2026-05-11 02:15:37 -04:00

Update puppet-lint.yml

Update lint command
This commit is contained in:
2022-11-02 14:03:36 -04:00
committed by GitHub
parent 5069fb7da4
commit dac5fbcca9

View File

@@ -38,7 +38,7 @@ jobs:
run: gem install puppet-lint
- name: Run puppet-lint
run: puppet-lint . --sarif > puppet-lint-results.sarif
run: puppet-lint **/*.pp --sarif > puppet-lint-results.sarif
continue-on-error: true
- name: Upload analysis results to GitHub