Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonychiu2 authored Apr 26, 2023
1 parent c3acb2d commit ea53de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: HCL AppScan Dynamic Analyzer
name: HCL AppScan DAST Analyzer
description: 'Scan for security issues in web applications'
branding:
icon: check-circle
Expand Down Expand Up @@ -135,4 +135,4 @@ runs:
using: 'node16'
main: 'main.js'
post: 'cancelJob.js'
post-if: cancelled()
post-if: cancelled()

0 comments on commit ea53de3

Please sign in to comment.