Skip to content

chore(deps): Bump org.jmailen.kotlinter from 4.0.0 to 4.0.1 #1313

chore(deps): Bump org.jmailen.kotlinter from 4.0.0 to 4.0.1

chore(deps): Bump org.jmailen.kotlinter from 4.0.0 to 4.0.1 #1313

Workflow file for this run

---
name: Trivy
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '24 15 * * 5'
permissions:
contents: read
jobs:
trivy:
permissions:
contents: read
security-events: write
name: Trivy
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
format: 'sarif'
exit-code: '1'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected]
with:
sarif_file: 'trivy-results.sarif'