We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- name: Docker Scout id: docker-scout uses: docker/scout-action@v1 # https://github.com/docker/scout-action with: command: cves,recommendations,compare to-latest: false to: ${{ IMAGE }}:${{ COMPARE_TAG }} image: ${{ IMAGE }}:${{ IMAGE_TAG }} ignore-base: true ignore-unchanged: true only-fixed: ${{ ONLY-FIXED }} do we need to write comment, this requires token? write-comment: ${{ WRITE-COMMENT }} github-token: ${{ secrets.TOKEN }} do we need to upload sarif??? sarif-file: sarif.output.json summary: true - name: Upload Scan Report as Artifact uses: actions/upload-artifact@v4 with: name: vulnerability-scan-report path: sarif.output.json
The text was updated successfully, but these errors were encountered:
add docker/scout-action (issue #18)
0ca74d3
Error: could not authenticate: user githubactions not entitled to use Docker Scout
this might need an additional auth to the docker-hub and not just the github token see docker/scout-action#8
disabled for now
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: