Compare commits

...

2 Commits

Author SHA1 Message Date
30bfc88609 drop scan step due to old base image due to broken compiler in recent base image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2024-02-18 21:17:54 +01:00
626734ebd2 older ubuntu version
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-02-18 21:14:22 +01:00
2 changed files with 7 additions and 7 deletions

View File

@ -14,10 +14,10 @@ steps:
when:
- event: [push, tag]
scan_image:
image: aquasec/trivy
commands:
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
when:
- event: [push, tag]
#scan_image:
# image: aquasec/trivy
# commands:
# - trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
# when:
# - event: [push, tag]

View File

@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:22.04
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="gitea.hottis.de/wn/build-env-msp430"