Integrating Acunetix 360 with GitHub Actions

GitHub Actions lets you automate tasks within your software development life cycle. As GitHub Actions are event-driven, you can run a series of commands after a specified event has occurred.

You can integrate Acunetix 360 with GitHub using scripts, generated by our Integration Script Generator.

This topic explains how to generate and use the script to integrate Acunetix 360 with GitHub Actions.

For further information, see What Systems Does Acunetix 360 Integrate With?

Generating and Using Acunetix 360’s GitHub Actions Script

Acunetix 360 uses the GitHub Actions script tools to integrate with GitHub.

How to Generate Acunetix 360's GitHub Actions Scripts
  1. Log in to Acunetix 360.
  2. From the main menu, select Integrations > New Integration.
  3. From the Continuous Integration Systems section, select GitHub Actions.
  4. From the Integration Script Generator section, select the relevant Scan Settings:
  • From the Scan Type field, select an option.
  • From the Website dropdown, select a website.
  • From the Scan Profile dropdown, select a scan profile (this is not displayed if you select Full with Primary Profile as the Scan Type).
  1. In the GitHub Actions Script, select Copy to copy the script. (You will then paste this into the file described in the next How to.)

Using Acunetix 360's GitHub Actions Script

You can use the GitHub Actions script to automate the scan.

Prerequisites

  • A GitHub Account
  • A GitHub Actions Script generated by Acunetix 360

Information

Make sure you created .github/workflows directory. For further information, see Quickstart for GitHub Actions.

How to Use Acunetix 360's GitHub Actions Script
  1. Log in to your GitHub account.
  2. Navigate to your GitHub Actions window.
  3. Paste the copied script (from the previous How to) into the jobs section of [your-project].yml, and then commit and push it to the Git repository.

Committing the workflow file in your repository triggers the event when necessary and runs your workflow.

For further information about configuring the workflow, see Workflow syntax for GitHub Actions.

For an example scan workflow script, see Acunetix GitHub Actions.

 

« Back to the Acunetix Support Page