Skip to content

Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 #331

Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0

Bump aquasecurity/trivy-action from 0.25.0 to 0.26.0 #331

Workflow file for this run

---
name: Super-Linter
on:
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: {}
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
contents: read
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_BASH_EXEC: false
VALIDATE_JSCPD: false