Skip to content

Commit

Permalink
1.0.56 Add GitHub Action for Hawkscan
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Nov 5, 2023
1 parent eeaeab3 commit da0b0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scan-application-with-stackhawk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
curl http://127.0.0.1/set-up-database.php;
# Install LDAP Utilities including ldapadd
sudo apt-get install ldap-utils
sudo apt-get update
sudo apt-get install -y ldap-utils
# Uploading Mutillidae LDIF file to LDAP directory server.
CURRENT_DIRECTORY=$(pwd);
Expand Down

0 comments on commit da0b0b7

Please sign in to comment.