We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5065fbe commit d110daaCopy full SHA for d110daa
.github/workflows/xbash.yml
@@ -45,12 +45,12 @@ jobs:
45
tags: |
46
${{ env.LATEST_TAG }}
47
${{ env.NAME_TAG }}
48
-
49
check:
50
needs: [build]
51
name: Pull image
52
runs-on: [ubuntu-latest]
53
steps:
+ - uses: actions/checkout@v4
54
- name: Check version
55
run: |
56
docker run --rm ghcr.io/rootshell-coder/trivy-cached:latest image ${{ env.LATEST_TAG }} --skip-db-update > ${{ env.TRIVY_SECURITY }}
0 commit comments