Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmatson authored Feb 1, 2023
1 parent 8639b3a commit 8914856
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
packages: write

Expand Down Expand Up @@ -73,12 +74,6 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

security-scan:
runs-on: ubuntu-latest
permissions:
security-events: write
needs: build-and-push-image
steps:
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit 8914856

Please # to comment.