Skip to content

Commit

Permalink
Merge pull request #60 from Qualys/develop
Browse files Browse the repository at this point in the history
QINT-17083: GitHub App for WAS | Update the readme file.
  • Loading branch information
qsadhav committed Jan 24, 2024
2 parents d6f441c + 7be6569 commit e168014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ If repository is private, then add PAT (personal access token) token in the chec
1. Valid Qualys Credentials and subscription to Qualys WAS and Qualys API.
2. Use the `actions/checkout@v3` step with` fetch-depth: 0` before calling Qualys WAS GitHub action.
3. While working on the self-hosted runners, ensure that your machine has stable internet connection.
4. Add `QUALYS_PASSWORD in `secrets` and remaining parameters to the `repository variables` of Qualys WAS GitHub action.
4. Add `QUALYS_PASSWORD` in `secrets` and remaining parameters to the `repository variables` of Qualys WAS GitHub action.

## GitHub action Parameters

Expand Down
16 changes: 5 additions & 11 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Qualys Web Application Scanning GitHub Action'
name: 'Qualys GitHub actions for Web Application Scanning'

description: 'The Qualys GitHub Actions for Web Application Scanning allows DevOps teams to build application
vulnerability scans into their existing CI/CD processes. By integrating web application scans in
Expand Down Expand Up @@ -29,10 +29,10 @@ inputs:
description: "Webapp ID"
required: true
AUTH_RECORD:
description: "Auth Record"
description: "Authentication Record"
required: false
AUTH_RECORD_ID:
description: "Auth Record ID"
description: "Authentication Record ID"
required: false
OPTION_PROFILE:
description: "Option Profile"
Expand Down Expand Up @@ -73,11 +73,7 @@ runs:
steps:
- name: Setting up GitHub Repository
uses: actions/checkout@v3
with:
repository: TheLogicalNights/GitHub-Actions-Release-Demo
ref: main
path: ./


- name: Setting up Maven Wrapper
if: runner.os != 'Windows'
run: chmod +x ./mvnw
Expand Down Expand Up @@ -125,8 +121,6 @@ runs:
CANCEL_HOURS: ${{ inputs.CANCEL_HOURS }}
SEVERITY_CHECK: ${{ inputs.SEVERITY_CHECK }}
SEVERITY_LEVEL: ${{ inputs.SEVERITY_LEVEL }}
IS_FAIL_ON_QID_FOUND: ${{ inputs.IS_FAIL_ON_QID_FOUND }}
QID_LIST: ${{ inputs.QID_LIST }}
EXCLUDE: ${{ inputs.EXCLUDE }}
FAIL_ON_SCAN_ERROR: ${{ inputs.FAIL_ON_SCAN_ERROR }}
WAIT_FOR_RESULT: ${{ inputs.WAIT_FOR_RESULT }}
Expand All @@ -144,4 +138,4 @@ runs:
- name: Checking for Qualys WAS Scan Plugin Failure
if: steps.run-app.outcome != 'success'
run: exit 1
shell: bash
shell: bash

0 comments on commit e168014

Please sign in to comment.