Skip to content

Commit

Permalink
change to grype
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef committed Feb 14, 2024
1 parent c2db5ed commit 44c3e58
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
- main

jobs:
scan:
security-scan:
runs-on: ubuntu-latest
name: Container - Scan
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
tags: thijsvanloef/palworld-server-docker:security

- name: Scan for vulnerabilities
uses: crazy-max/ghaction-container-scan@v3
id: scan
uses: anchore/scan-action@v3
with:
image: thijsvanloef/palworld-server-docker:security
annotations: true
image: "thijsvanloef/palworld-server-docker:security"
3 changes: 3 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ignore:
- fix-state: wont-fix

0 comments on commit 44c3e58

Please sign in to comment.