Skip to content

Commit

Permalink
fix: checkov job
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Mudrykh committed Jul 26, 2023
1 parent 678e0c9 commit e6cc27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
name: Go-results-${{ matrix.go-version }}
path: ./app/cmd/main/app-${{ matrix.go-version }}
docker check vulnerabilities:
docker-check-vulnerabilities:
runs-on: ubuntu-latest
needs: initial
steps:
Expand All @@ -76,7 +76,7 @@ jobs:
sarif_file: results.sarif
docker:
runs-on: ubuntu-latest
needs: initial
needs: docker-check-vulnerabilities
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e6cc27e

Please sign in to comment.