Skip to content

Commit

Permalink
Use public image
Browse files Browse the repository at this point in the history
  • Loading branch information
mbchristoff committed Aug 22, 2024
1 parent ac15c00 commit 3c20931
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@ name: main
on: push

jobs:
# scan_fs:
# runs-on: ubuntu-latest
# container:
# image: registry.nextpertise.tools/nextpertise-proxy/aquasec/trivy:0.14.0
# credentials:
# username: ${{ secrets.REGISTRY_NEXTPERTISE_TOOLS_ACCOUNT }}
# password: ${{ secrets.REGISTRY_NEXTPERTISE_TOOLS_KEY }}
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - name: scan fs
# run: trivy --light fs --quiet --exit-code 1 .
scan_fs:
runs-on: ubuntu-latest
container:
image: aquasec/trivy:0.14.0
steps:
- name: Checkout
uses: actions/checkout@v4

- name: scan fs
run: trivy --light fs --quiet --exit-code 1 .

unittest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3c20931

Please sign in to comment.