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 4202346 commit b7da868Copy full SHA for b7da868
.github/workflows/sysdig-cli-scanner.yaml
@@ -22,6 +22,7 @@ jobs:
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
run: |
25
+ exit 0
26
LATEST_VERSION=$(curl -sL https://download.sysdig.com/scanning/sysdig-cli-scanner/latest_version.txt)
27
IMAGE_TAG=$(gh api -H "Accept: application/vnd.github+json" /orgs/sysdiglabs/packages/container/sysdig-cli-scanner/versions | jq -r 'sort_by(.created_at) | last | .metadata.container.tags[0]')
28
if [ ! -f ${GITHUB_WORKSPACE}/cache/latest_version.txt ] || [ ${LATEST_VERSION} != ${IMAGE_TAG} ]; then
0 commit comments