Skip to content

Commit

Permalink
ci: test creating labels
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioBartoli committed May 7, 2024
1 parent c682240 commit 98ea2a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
uses: FabioBartoli/trivy-open-issues@main
with:
github_token: ${{ github.token }}
severity: "HIGH,CRITICAL"
severity: "LOW,HIGH,CRITICAL"
skip-dirs: "./images", "./static"
ignore-unfixed: false
skip-files: "./redis.conf", "./README.md"

0 comments on commit 98ea2a6

Please sign in to comment.