File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,21 +37,20 @@ jobs:
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- name : Checkout the code
40
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
40
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
41
41
- name : Build the Docker image
42
42
run : docker pull python:3-alpine; docker build . --file scripts/Docker/Dockerfile --tag localbuild/testimage:latest
43
43
- name : List the Docker image
44
44
run : docker image ls
45
45
- name : Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
46
- uses : anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3. 3.6
46
+ uses : anchore/scan-action@c35e932c2a7c572bfdb1c3dbcdadb2d4fc62418d # 3.6.1
47
47
id : scan
48
48
with :
49
49
image : " localbuild/testimage:latest"
50
50
fail-build : true
51
51
- name : Upload Anchore Scan Report
52
52
if : always()
53
- uses : github/codeql-action/upload-sarif@cdcdbb579706841c47f7063dda365e292e5cad7a
54
- # v2.13.4
53
+ uses : github/codeql-action/upload-sarif@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1
55
54
with :
56
55
sarif_file : ${{ steps.scan.outputs.sarif }}
57
56
- name : Inspect action SARIF report
You can’t perform that action at this time.
0 commit comments