Skip to content

Commit

Permalink
Create folder for scan output 🙄
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Apr 26, 2024
1 parent ceb55fd commit e08fe11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
trivy:
runs-on: ubuntu-latest
steps:
- name: Create folder
run: mkdir -p sarif-results
- name: Scan Alpine image
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit e08fe11

Please sign in to comment.