Skip to content

Commit

Permalink
update aquasec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
seansavitz1 committed Oct 28, 2024
1 parent ae5a83a commit 9f43885
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/aquasec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Aquasec
on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
types: [ opened, reopened, edited, synchronize ]
jobs:
Aquasec:
if: ${{ github.actor != 'dependabot[bot]' }}
uses: Ebury/seceng/.github/workflows/aquasec-reusable-workflow.yaml@master
secrets: inherit

0 comments on commit 9f43885

Please sign in to comment.