Skip to content

Commit

Permalink
add CI job to scan image for vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 24, 2024
1 parent 7a17e7e commit 66688d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:
secrets:
dockerhub_user: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

scan_image:
uses: anchore/scan-action@v3
with:
image: "cubicrootxyz/remindme:${{ github.sha }}"

0 comments on commit 66688d4

Please sign in to comment.