File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,20 +37,20 @@ jobs:
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Checkout the code
40- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
40+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141 - name : Build the Docker image
4242 run : docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
4343 - name : List the Docker image
4444 run : docker image ls
4545 - name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
46- uses : anchore/scan-action@c35e932c2a7c572bfdb1c3dbcdadb2d4fc62418d # 3.6.1
46+ uses : anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # 6.3.0
4747 id : scan
4848 with :
4949 image : " localbuild/testimage:latest"
5050 fail-build : true
5151 - name : Upload Anchore Scan Report
5252 if : always()
53- uses : github/codeql-action/upload-sarif@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1
53+ uses : github/codeql-action/upload-sarif@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # v2.22.0
5454 with :
5555 sarif_file : ${{ steps.scan.outputs.sarif }}
5656 - name : Inspect action SARIF report
You can’t perform that action at this time.
0 commit comments