1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 16:00:28 +01:00

Update main.yml

This commit is contained in:
Noxcis 2024-08-24 01:25:50 -05:00 committed by GitHub
parent 9c873ccbbd
commit 284a2b7f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ jobs:
- name: Analyze Docker image with Docker Scout - name: Analyze Docker image with Docker Scout
id: analyze-image id: analyze-image
run: | run: |
docker scout cves --format json my-app-image:latest > scout-results.json docker scout cves my-app-image:latest > scout-results.json
- name: Upload Scout results - name: Upload Scout results
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3