mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-03 15:15:02 +03:00
CI Cyber is broken, waiting for https://github.com/aquasecurity/trivy-action/issues/343
This commit is contained in:
parent
9dc221c789
commit
f2b232ebaf
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -18,10 +18,12 @@ jobs:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/webui.yml
|
||||
needs: [quality, test]
|
||||
cyber:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/cyber.yml
|
||||
needs: [quality, test, webui]
|
||||
# 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]
|
||||
build:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/build.yml
|
||||
@ -30,4 +32,6 @@ jobs:
|
||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|
||||
needs: [quality, test, webui, cyber]
|
||||
# Waiting for https://github.com/aquasecurity/trivy-action/issues/343
|
||||
# needs: [quality, test, webui, cyber]
|
||||
needs: [quality, test, webui]
|
||||
|
Loading…
Reference in New Issue
Block a user