Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Fix: Cleaned up ci #91

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/public-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
# Trivy Scan
trivy-scan:
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: read
security-events: write
steps:

- name: Checkout code
Expand Down
Loading