Skip to content

Releases: bin3xish477/ghast

ghast v1.8.8

13 Aug 15:54
Compare
Choose a tag to compare

Adds two new auxiliary checks:

  1. check_for_missing_gitignore_file - checks for missing .gitignore file in root of repository which could lead to accidentally committing sensitive folders/files to repository.
  2. check_for_missing_dockerignore_file - checks for missing .dockerignore file in root of repository which could lead to accidentally committing sensitive folders/files into your containerized applications.

ghast v1.7.8

11 Aug 19:23
Compare
Choose a tag to compare

Adds a new auxiliary check (check_for_missing_security_md_file) which notifies users if there is no SECURITY.md file located in the root of the repository hierarchy.

ghast v1.6.8

09 Aug 00:41
Compare
Choose a tag to compare
  • Adds additional installation example.
  • Removes break in check_for_3p_actions_without_hash that prevents check from running on all steps.
  • Adds more clarity to examples file.

ghast v1.6.7

06 Aug 04:27
Compare
Choose a tag to compare

Adds new check(check_for_non_github_managed_actions) which is meant to serve as a reminder to users to review the security posture of non GitHub-managed actions they include in their workflows.

ghast v1.5.7

05 Aug 00:26
43c471b
Compare
Choose a tag to compare
Merge pull request #4 from 6mile/examples-markdown

Examples markdown

ghast v1.4.7

04 Aug 09:37
591140d
Compare
Choose a tag to compare
Adding image to README

ghast v1.4.6

04 Aug 04:19
Compare
Choose a tag to compare

New project name - kudos to @6mile

asa v1.4.5

03 Aug 21:55
Compare
Choose a tag to compare
Updates version to 1.4.5

v1.3.5

02 Aug 04:34
Compare
Choose a tag to compare

Adds new check check_for_remote_script which looks for the inclusion of remote scripts inside of any inline scripts defined within a GitHub Action workflow. Thanks @6mile for contributing this check!

asa v1.2.5

31 Jul 22:18
Compare
Choose a tag to compare
Updating READMe and workflow to point to updated action commit