You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Aqua Tracee
v0.2.0-stop
Simple example
name: Tracee Pipeline Scan
on: [pull_request]
jobs:
Tracee-Scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Start Tracee profiling in background
uses: aquasecurity/tracee-action@v0.1.0-start
- name: Your CI Pipeline Step
run: for i in {1..20}; do sleep 2; done
- name: Stop and Check Tracee results and create a PR
uses: aquasecurity/tracee-action@v0.1.0-stop
with:
fail-on-diff: "true"
create-pr: "true"