Commit Graph

  • 6096f68baf
    Exact path matching ignore path (#59) bi1yeu 2022-09-03 01:29:32 -07:00
  • aa44052c9c Trigger CI ludeeus 2022-09-03 10:27:04 +02:00
  • 1b56179db7 Revert to using github.action_path and runner.os expr Boris Bera 2022-09-01 11:10:26 -04:00
  • 9efe230ff6 Pass all step outputs as env vars Boris Bera 2022-09-01 08:38:13 -04:00
  • 1abc20e2b7 Inject all inputs through environment variables Boris Bera 2022-09-01 08:30:24 -04:00
  • 046cc62c78 Use ${...} syntax for env vars Boris Bera 2022-09-01 08:21:46 -04:00
  • 7bc235630b Use $RUNNER_OS instead of ${{ runner.os }} Boris Bera 2022-09-01 07:39:50 -04:00
  • 27a08b3324 Use GITHUB_ACTION_PATH variable instead of ${{ github.action_path }} Boris Bera 2022-09-01 07:35:37 -04:00
  • 9cbce2529f Remove leading dot-slash in filenames Arkadiusz Bokowy 2022-08-01 10:11:16 +02:00
  • 78283d3f60 Generate scan results as a SARIF file Arkadiusz Bokowy 2022-07-31 21:46:35 +02:00
  • e3dcb05db6 Fix warnings reported by shellcheck Arkadiusz Bokowy 2022-07-31 17:57:25 +02:00
  • 40fe7c47f3 update readme Matthew Bilyeu 2022-04-24 10:19:42 -07:00
  • 1d2118a01e newlines Matthew Bilyeu 2022-04-24 10:04:21 -07:00
  • 3d463ec894 support exact path matching and glob matching for ignore_path Matthew Bilyeu 2022-04-24 09:59:30 -07:00
  • c269ffe31d Update test.bash Ludeeus 2022-02-08 20:36:44 +01:00
  • 203a3fd018
    Add separate matcher for note to transform to notice (#53) Joakim Sørensen 2021-11-14 11:48:26 +01:00
  • 4ecd9965e1 Add seperate matcher for note to transform to notice Ludeeus 2021-11-14 11:47:23 +01:00
  • c2b45ddc5f
    Split ignore into ignore_paths and ignore_names (#52) Joakim Sørensen 2021-11-14 11:01:29 +01:00
  • fa1ccb34d9 Fix action Ludeeus 2021-11-14 10:59:34 +01:00
  • 045ff2365f Split ignore into ignore_paths and ignore_names Ludeeus 2021-11-14 10:56:58 +01:00
  • 2e033faa4a
    Remove checking subdir and suffix for bin (#51) Joakim Sørensen 2021-11-14 10:30:44 +01:00
  • 469c580938 Remove checking subdir and suffix for bin Ludeeus 2021-11-14 10:26:47 +01:00
  • 0ef4a19bfe
    Use "version" instead of "shellcheck_version" for the input (#50) Joakim Sørensen 2021-11-14 10:21:33 +01:00
  • 41c2cded98 Use "version" instead of "shellcheck_version" for the input Ludeeus 2021-11-14 10:11:42 +01:00
  • a1080136d9
    Updated matchers to account for "./" file prefixes (#42) Phred Lane 2021-11-14 03:10:45 -06:00
  • 7606914ded
    Allow specifying ShellCheck version (#44) Milan Vit 2021-11-14 18:10:08 +09:00
  • ceeca77f65
    Do not run shellcheck on zsh scripts. (#48) Benoit 2021-11-01 10:08:12 +01:00
  • 0ecb608431
    Merge branch 'master' into fix-matcher Joakim Sørensen 2021-11-01 10:06:23 +01:00
  • 5e5049b67d
    Merge branch 'master' into patch-1 Joakim Sørensen 2021-11-01 10:05:30 +01:00
  • 7067c4f057
    Merge branch 'master' into master Joakim Sørensen 2021-11-01 10:02:39 +01:00
  • 8379299538
    typo (#47) Linus Gasser 2021-11-01 10:02:27 +01:00
  • 5ace83e816
    Merge pull request #1 from benoit-g/exclude-zsh Benoit 2021-08-06 10:24:14 +02:00
  • 51b6241306
    exclude zsh from the list of accepted shebangs Benoit 2021-08-06 10:21:55 +02:00
  • 9fb9f3888d
    typo Linus Gasser 2021-07-29 11:07:09 +02:00
  • ea0b543a62
    Update documentation Milan Vit 2021-04-23 08:45:05 +09:00
  • 7a0b9c3422
    Allow specifying ShellCheck version Milan Vit 2021-04-22 14:02:35 +09:00
  • 7a7544fa81
    updated match to account for "./" file prefixes Phred 2021-04-15 06:05:17 -05:00
  • 94e0aab03c
    feat: add format input and a single-line problem matcher (#40) 1.1.0 Alexey Alekhin 2021-03-31 21:03:27 +02:00
  • 656a262f4b
    Merge branch 'master' into feat/multiple-problem-matchers Joakim Sørensen 2021-03-31 20:54:13 +02:00
  • 184a772465 Use correct branch for release-drafter Ludeeus 2021-03-31 20:53:27 +02:00
  • f01a9171d3 Add Release Drafter Ludeeus 2021-03-31 20:52:44 +02:00
  • ee1822f0ff
    more details Alexey Alekhin 2021-03-31 19:29:22 +02:00
  • f1068de2dd
    Merge branch 'master' into feat/multiple-problem-matchers Alexey Alekhin 2021-03-31 19:24:19 +02:00
  • 48707f9d92
    docs Alexey Alekhin 2021-03-31 19:23:22 +02:00
  • 107128e5b2
    set default format to gcc Alexey Alekhin 2021-03-31 16:06:38 +02:00
  • fcb1542d6c
    add gcc problem matcher Alexey Alekhin 2021-03-31 16:04:41 +02:00
  • 6e43ab0271
    add format input Alexey Alekhin 2021-03-31 16:02:11 +02:00
  • 7fa8ae9d42
    fix: multiline problem matcher (#39) Alexey Alekhin 2021-03-31 15:55:33 +02:00
  • 54b76a97da
    rename problem matcher to tty Alexey Alekhin 2021-03-31 15:53:50 +02:00
  • f3dfaa24b8
    fix multiline problem matcher Alexey Alekhin 2021-03-31 15:42:56 +02:00
  • f0d446b80e
    spelling: separated (#37) Josh Soref 2021-02-11 04:30:11 -05:00
  • 58ffbc931a spelling: separated Josh Soref 2021-02-10 21:55:56 -05:00
  • 00209834e5
    Add Display shellcheck version step (#36) Viktor Szépe 2021-01-16 23:47:30 +01:00
  • 3e5f33dd2f
    Add Display shellcheck version step Viktor Szépe 2021-01-16 22:01:55 +01:00
  • ac3e5d1ab4
    Updates README to include ShellCheck flag/options usage (#35) Justin Hammond 2021-01-13 10:26:27 -07:00
  • 5580d435d1 Updates README to include ShellCheck flag/options usage Justintime50 2021-01-13 10:00:26 -07:00
  • b247a9c05d
    Add ignore multiple dirs example (#33) Simon Egersand 2020-12-24 12:06:42 +01:00
  • 3c266bc7a4 Add ignore multiple dirs example Simon Egersand 2020-12-24 09:27:44 +01:00
  • d586102c11 Fix substitution issue 1.0.0 Ludeeus 2020-10-25 21:06:05 +01:00
  • 02daeb3604
    Move action to composite (#31) Joakim Sørensen 2020-10-25 21:00:46 +01:00
  • 905889972a Adds issue templates Ludeeus 2020-10-25 20:59:37 +01:00
  • 62d20c6cd6 Update README Ludeeus 2020-10-25 20:52:32 +01:00
  • 6b71519b41 Move action to composite Ludeeus 2020-10-25 20:48:26 +01:00
  • fcee962fee
    Add scandir option (#28) Daniel 2020-10-03 14:49:12 +02:00
  • bf1762c5a3 Add default value in script dadav 2020-10-03 11:43:45 +02:00
  • 6d631551e8 Add scandir option dadav 2020-10-01 22:26:29 +02:00
  • b87ec45346 Update documentation dadav 2020-10-01 22:26:18 +02:00
  • c489c81f79
    Re enable problem-matcher (#25) 0.5.0 Joakim Sørensen 2020-07-28 14:21:49 +02:00
  • ad72a61809 path Ludeeus 2020-07-28 14:11:23 +02:00
  • 0d302b048a fix path Ludeeus 2020-07-28 14:10:02 +02:00
  • 389c333329 move Ludeeus 2020-07-28 14:08:41 +02:00
  • a67d59fb04 move Ludeeus 2020-07-28 14:07:14 +02:00
  • 4d70e7882a change path Ludeeus 2020-07-28 14:02:16 +02:00
  • f41800f1f7 Reenable proble-matcher Ludeeus 2020-07-28 13:59:33 +02:00
  • 73cbb64041
    Fixes issues with globbing files with partial match(#23) pvogt09 2020-07-28 13:54:55 +02:00
  • f93a633aaa
    Merge branch 'master' into master Joakim Sørensen 2020-07-28 13:48:49 +02:00
  • 8799432051 removes shebang check for typical shell files pvogt09 2020-07-28 13:34:59 +02:00
  • 84a03f68c8 removes globbing from shell file extension matching pvogt09 2020-07-28 13:30:15 +02:00
  • 25549d1daa adds literals for typical shell files instead of globbing pvogt09 2020-07-28 13:28:09 +02:00
  • ec769dcdd2 removes globbing for [bazk]sh files pvogt09 2020-07-28 13:17:34 +02:00
  • c7d4e499f1
    Update action checkout to the new default branch (#24) Tom Riat 2020-07-28 10:59:37 +02:00
  • 42eaeafddf
    Update README.md Tom Riat 2020-07-27 13:01:15 +02:00
  • e190df07b1
    Update action checkout to the new default branch Tom Riat 2020-07-27 11:10:28 +02:00
  • 5d2b5ce695 checks [bakz]sh files for shebang after adding to filelist to remove non shellscripts that start with [bakz]sh pvogt09 2020-07-24 00:14:55 +02:00
  • 7ee62c0418
    Enable shellcheck for shebang with /bin/env (#22) Oscar Tin Lai 2020-07-15 04:39:58 +10:00
  • c8a3ff50f5
    Merge branch 'master' into master Joakim Sørensen 2020-07-14 20:38:44 +02:00
  • 2394c9008b
    Remove problem matcher 0.4.1 Joakim Sørensen 2020-07-14 20:29:42 +02:00
  • af7ff194f0
    enable shellcheck for shebang with /bin/env Tin Lai 2020-07-08 21:40:43 +10:00
  • 637bb438ec
    Adds problem-matcher (#20) 0.4.0 Joakim Sørensen 2020-07-05 23:50:07 +02:00
  • 89125a193f
    remove testfile ludeeus 2020-07-05 23:49:31 +02:00
  • 4d8d6d7641
    Limit output ludeeus 2020-07-05 23:47:46 +02:00
  • 2db8bf4445
    use message ludeeus 2020-07-05 23:45:47 +02:00
  • dab62bb219
    match as group 1 ludeeus 2020-07-05 23:44:19 +02:00
  • a96b5367b7
    Fix issue ludeeus 2020-07-05 23:41:41 +02:00
  • cdf11cbb2d
    Adds problem-matcher ludeeus 2020-07-05 23:39:57 +02:00
  • 2f2aa0d97f
    Update alpine to 3.12.0 0.3.0 ludeeus 2020-06-27 19:42:52 +02:00
  • c79c26d324
    Add filetype to find command (#19) Daniel 2020-06-27 11:43:04 +02:00
  • ed2c1b96bd Add filetype to find command dadav 2020-06-27 11:05:48 +02:00
  • 35d6c4c933
    Add the ability to check all scripts in one shellcheck command (#17) Brandon W Maister 2020-06-26 15:41:45 -04:00
  • 9274e13e5c Add the ability to check all scripts in one shellcheck command Brandon W Maister 2020-06-26 12:05:47 -04:00