You can scan the repository using the Qualys GitHub action template from the GitHub marketplace.
It then executes every action, such as pull request, push request, manual trigger, and scheduled job.
To add the Qualys GitHub action in your repository:
In the Marketplace, enter Qualys to search for the Qualys TotalCloud IaC Security template.
Click the Qualys TotalCloud IaC Security to view the template.
Copy the template and add it to the steps section in the .yml file. You can override the existing steps section or append with the template's contents.
Click Start commit.
Click Commit new file.
The file is committed to your repository. You can view the file in the repository under the workflows.
The GitHub actions should include the actions/checkout step before the scan action. Otherwise, the scan action cannot access the IaC files to be scanned.
Next step: