Skip to content

Commit

Permalink
Added checkout to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Feb 21, 2022
1 parent d73bd65 commit 2d4034f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/security_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-executor
uses: snyk/actions/docker@master
env:
Expand All @@ -64,6 +65,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-operator
uses: snyk/actions/docker@master
env:
Expand All @@ -76,6 +78,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-python-base
uses: snyk/actions/docker@master
env:
Expand Down Expand Up @@ -124,6 +127,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-alibi-explain
uses: snyk/actions/docker@master
env:
Expand All @@ -136,6 +140,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-alibi-detect
uses: snyk/actions/docker@master
env:
Expand All @@ -148,6 +153,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-request-logger
uses: snyk/actions/docker@master
env:
Expand All @@ -160,6 +166,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: security-image-request-logger
uses: snyk/actions/docker@master
env:
Expand Down

0 comments on commit 2d4034f

Please sign in to comment.