Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Aug 1, 2023
1 parent 31a0ee9 commit 08d80ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

scan:
name: Scan for known vulnerabilities

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout repository
uses: actions/checkout@v2

- name: Run Github Trivy FS Action
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit 08d80ea

Please sign in to comment.