Skip to content

Commit f8397ca

Browse files
authored
QINT-15645: GitHub App for WAS
Updated action.yaml
1 parent ef0bdc9 commit f8397ca

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

action.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: 'Qualys GitHub actions for Web Application Scanning'
22

3-
description: 'The Qualys GitHub Actions for Web Application Scanning allows DevOps teams to build application
4-
vulnerability scans into their existing CI/CD processes. By integrating web application scans in
5-
this manner, application security testing is accomplished earlier in the SDLC to catch and eliminate
6-
security flaws.'
3+
description: 'This plugin allows DevOps teams to build application vulnerability scans into their existing CI/CD processes.'
74

85
branding:
96
icon: 'shield'
@@ -138,4 +135,4 @@ runs:
138135
- name: Checking for Qualys WAS Scan Plugin Failure
139136
if: steps.run-app.outcome != 'success'
140137
run: exit 1
141-
shell: bash
138+
shell: bash

0 commit comments

Comments
 (0)