Skip to content

[SECENG-1921] Update aquasec workflow file #2

[SECENG-1921] Update aquasec workflow file

[SECENG-1921] Update aquasec workflow file #2

Workflow file for this run

---
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

Check failure on line 12 in .github/workflows/aquasec.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/aquasec.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/aquasec.yaml" -> "Ebury/seceng/.github/workflows/aquasec-reusable-workflow.yaml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit