Skip to content

Commit

Permalink
SECENG-910 Add Aquasec Action
Browse files Browse the repository at this point in the history
  • Loading branch information
slazar0 committed Jul 19, 2023
1 parent 7ffe2b6 commit e93a02c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/aquasec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Aquasec
on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
types: [opened, reopened, edited]
jobs:
Aquasec:
uses: Ebury/seceng/.github/workflows/aquasec-reusable-workflow.yaml@master
secrets:
AQUA_KEY: ${{ secrets.AQUA_KEY }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET }}

0 comments on commit e93a02c

Please sign in to comment.