mirror of https://github.com/nicolargo/glances.git
CI Cyber Trivy should be back
This commit is contained in:
parent
11245a793a
commit
5e58c0b8a8
|
|
@ -18,12 +18,10 @@ jobs:
|
|||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/webui.yml
|
||||
needs: [quality, test]
|
||||
# Waiting for https://github.com/aquasecurity/trivy-action/issues/343
|
||||
# Also see bellow at the end of the file
|
||||
#cyber:
|
||||
# if: github.event_name != 'pull_request'
|
||||
# uses: ./.github/workflows/cyber.yml
|
||||
# needs: [quality, test, webui]
|
||||
cyber:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/cyber.yml
|
||||
needs: [quality, test, webui]
|
||||
build:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/build.yml
|
||||
|
|
@ -32,6 +30,4 @@ jobs:
|
|||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|
||||
# Waiting for https://github.com/aquasecurity/trivy-action/issues/343
|
||||
# needs: [quality, test, webui, cyber]
|
||||
needs: [quality, test, webui]
|
||||
needs: [quality, test, webui, cyber]
|
||||
|
|
|
|||
Loading…
Reference in New Issue