Skip to content

Bump github/codeql-action from 3.24.3 to 3.25.1 #64

Bump github/codeql-action from 3.24.3 to 3.25.1

Bump github/codeql-action from 3.24.3 to 3.25.1 #64

Workflow file for this run

---
name: Aqua Tracee Security
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
tracee:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Start Tracee
uses: aquasecurity/tracee-action@v0.2.0-start
- name: Run your tests
run: echo "Run your tests here"
- name: Stop Tracee
uses: aquasecurity/tracee-action@v0.2.0-stop
with:
create_pr: true
fail_on_diff: true