Skip to content

Commit

Permalink
Add Actions capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Mar 25, 2024
1 parent 9601785 commit 88603e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os_version }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os_version }}-${COMMIT_TIME_GIT}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.os_version }}-${{ env.COMMIT_TIME_GIT }}
${{ matrix.latest_tag && format('{0}/{1}:latest', env.REGISTRY, env.IMAGE_NAME) || '' }}
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
uses: docker/scout-action@v1
with:
command: quickview,cves,recommendations
github-token: ${{ secrets.GITHUB_TOKEN }}
image: ${{ steps.meta.outputs.tags }}
only-severities: critical,high,medium,low
only-fixed: true

0 comments on commit 88603e5

Please sign in to comment.