Skip to content

#000: Shubham: Implement common interface for mpi and kafka #48

#000: Shubham: Implement common interface for mpi and kafka

#000: Shubham: Implement common interface for mpi and kafka #48

Workflow file for this run

name: cargo-audit
on:
push:
branches:
- dev
jobs:
paradox:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
if: always()
- name: rust-audit-check
if: always()
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
if: always()
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: Trufflehog Actions Scan
if: always()
uses: edplato/[email protected]
- name: Aqua Security Trivy
if: always()
uses: aquasecurity/[email protected]
with:
image-ref: 'gcr.io/distroless/cc-debian11'
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'