Skip to content

added new actions

added new actions #21

Workflow file for this run

name: trivy-pr-scan
on:
push: #remove this after testing
pull_request:
branches:
- develop
- master
- main
types: [ opened, synchronize ]
paths-ignore:
- README.md
# - .old_cicd/*
# - .github/*
# - .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
- .githooks
jobs:
trivy-pr-scan:
uses: helxplatform/helx-github-actions/.github/workflows/trivy-pr-scan.yml@develop
secrets: inherit