Skip to content

Commit

Permalink
Code scanning tools (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
markheydon authored Aug 11, 2022
1 parent 95eff2e commit 8c02cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run hadolint
uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183
with:
dockerfile: ./Dockerfile
dockerfile: ./.devcontainer/Dockerfile
format: sarif
output-file: hadolint-results.sarif
no-fail: true
Expand Down
2 changes: 2 additions & 0 deletions tests/Monolog/Handler/WPCLIHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
*
* @covers MHCG\Monolog\Handler\WPCLIHandler
*
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*
* @package MHCGDev\Monolog\Handler
*/
class WPCLIHandlerTest extends TestCase
Expand Down

0 comments on commit 8c02cd6

Please sign in to comment.