Commit Graph

11 Commits

Author SHA1 Message Date
Luke Hagar
d54ac41670 Refactor PR comment handling by moving it to the CLI in check.go, removing the previous implementation from entrypoint.sh. Enhance report summary to include the number of files scanned and ensure markdown report generation is streamlined. 2025-09-12 18:32:42 +00:00
Luke Hagar
f0c3f3f912 Modify entrypoint.sh to allow execution continuation on failure, ensuring PR comments are posted even if the run fails. Update exit handling to reflect the SLINKY_EXIT_CODE. 2025-09-12 17:30:16 +00:00
Luke Hagar
1085baa766 Refactor entrypoint.sh, check.go, and run.go to support positional targets for URL scanning, enhancing flexibility. Update README.md to reflect changes in target handling and provide clearer usage instructions. 2025-09-12 15:52:45 +00:00
Luke Hagar
302eddc97e Add debug output for consolidated configuration and CLI arguments in entrypoint.sh 2025-09-12 14:55:53 +00:00
Luke Hagar
ca102c687d Refactor COMMENT_BODY construction in entrypoint.sh to use printf for improved formatting of markdown report. 2025-09-11 22:10:37 +00:00
Luke Hagar
f3804fcd2d Add respect_gitignore input to action.yml and update related logic in entrypoint.sh, check.go, and fsurls.go to support .gitignore handling during URL collection. 2025-09-11 21:02:14 +00:00
Luke Hagar
9148a9108c Enhance PR comment handling in entrypoint.sh to update existing comments or create new ones, and improve markdown report generation in markdown.go by adding optional root path and duration details. 2025-09-11 20:00:18 +00:00
Luke Hagar
f1f09e0fe5 Refactor PR comment logic in entrypoint.sh to improve error handling and remove dependency on GITHUB_TOKEN in action.yml 2025-09-11 18:05:23 +00:00
Luke Hagar
746af385c4 Fix argument formatting in entrypoint.sh for fail-on-failures option to ensure consistent syntax. 2025-09-11 17:11:24 +00:00
Luke Hagar
e57f8c0d73 Update action.yml to use specific Docker image and refactor entrypoint.sh for improved argument handling; add GitHub Actions workflow for building and publishing container image. 2025-09-11 16:47:41 +00:00
Luke Hagar
cd45e4ccdb moving action files, adding publishing, adjusted usage 2025-09-11 16:09:36 +00:00