mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-03 15:44:26 +02:00
remove trivy scan to speed up builds
This commit is contained in:
parent
9a3cdc51d6
commit
9428058eaa
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -65,15 +65,3 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
|
|
||||||
- name: Run Trivy vulnerability scanner
|
|
||||||
uses: aquasecurity/trivy-action@master
|
|
||||||
with:
|
|
||||||
image-ref: 'docker.io/alexandreteles/revanced-releases-api:latest'
|
|
||||||
format: 'sarif'
|
|
||||||
output: 'trivy-results.sarif'
|
|
||||||
|
|
||||||
- name: Upload Trivy scan results to GitHub Security tab
|
|
||||||
uses: github/codeql-action/upload-sarif@v2
|
|
||||||
with:
|
|
||||||
sarif_file: 'trivy-results.sarif'
|
|
Loading…
x
Reference in New Issue
Block a user