Skip to content

Commit

Permalink
fix superlinter CHECKOV and GITHUB_ACTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper committed Nov 5, 2024
1 parent 6aa611d commit 81b77a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@ name: Run Trivy vulnerability scanner

on: [ push ]

permissions:
contents: read
packages: write
issues: write
pull-requests: write

jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build wis2downloader
run: |
docker build -t wis2downloader:test -f ./docker/Dockerfile .
Expand Down

0 comments on commit 81b77a9

Please sign in to comment.