Skip to content

Tracee-action helps you run Tracee within your CI pipelines

License

Notifications You must be signed in to change notification settings

itaysk/tracee-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tracee Action

Usage

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/[email protected]

    - 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/[email protected]
      with:
        fail-on-diff: "true"
        create-pr: "true"

Options

Option Default Description
fail-on-diff false If differences are observed, pipeline will be failed out
create-pr false Tracee Action will create a PR with observed differences

About

Tracee-action helps you run Tracee within your CI pipelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%