Skip to content

Commit

Permalink
Don't bother scanning for vulns lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed May 22, 2024
1 parent 1899db3 commit 9728318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Binary file added .github/workflows/.docker-image.yml.swp
Binary file not shown.
9 changes: 1 addition & 8 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ on:
- cron: '0 22 1 * *'

jobs:
vulerability-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Perform Scan
uses: ShiftLeftSecurity/scan-action@master
build-and-push:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -70,4 +63,4 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'


0 comments on commit 9728318

Please sign in to comment.