Skip to content

Commit

Permalink
Create AppScan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luukverhoeven authored Oct 11, 2023
1 parent e0fe021 commit 16b6eeb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/AppScan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "HCL AppScan SAST"
on: [ push, pull_request ]

jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run AppScan SAST scan
uses: HCL-TECH-SOFTWARE/[email protected]
with:
asoc_key: ${{secrets.ASOC_KEY}}
asoc_secret: ${{secrets.ASOC_SECRET}}
application_id: ${{secrets.ASOC_APPID}}

0 comments on commit 16b6eeb

Please sign in to comment.