Skip to content

honor the maven-jar-plugin outputDirectory option #13

honor the maven-jar-plugin outputDirectory option

honor the maven-jar-plugin outputDirectory option #13

Workflow file for this run

name: "HCL AppScan CodeSweep"
on:
pull_request:
types: [opened,synchronize]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run AppScan CodeSweep
uses: HCL-TECH-SOFTWARE/appscan-codesweep-action@v2
with:
asoc_key: ${{secrets.ASOC_KEY}}
asoc_secret: ${{secrets.ASOC_SECRET}}
status: failure
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}