Skip to content

Commit

Permalink
re-enable trivy scans
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Oct 18, 2024
1 parent 5e170b6 commit 3bbd4dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
permissions:
contents: write
security-events: write
if: ${{ ! always() }}

steps:
- name: Checkout repository
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ jobs:
needs: build_docker_image
permissions:
contents: write
if: ${{ ! always() }}

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ jobs:
permissions:
contents: write
security-events: write
if: ${{ ! always() }}

steps:
- name: Checkout
Expand Down

0 comments on commit 3bbd4dc

Please sign in to comment.