Update code with feautre #15

Merged
onlyati merged 6 commits from new-code into main 2026-04-14 18:55:48 +00:00
Owner

Rewrite the code by using the common plugin library, also address: #14

Rewrite the code by using the common plugin library, also address: https://code.thinkaboutit.tech/pandora/trivy.woodpecker/issues/14
add changes to README.md
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
023a0e7618
username and token only need for repo_scan
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
c6f6c65bff
Author
Owner

The image list can be generated from the images.ini file with this command run by general.woodpecker:

cat test_dir/images.ini | grep "^Image=" | cut -d '=' -f2 | rev | cut -d '/' -f1 | rev | awk '{ print "code.thinkaboutit.tech/staing/" $1 }'
The image list can be generated from the `images.ini` file with this command run by `general.woodpecker`: ```bash cat test_dir/images.ini | grep "^Image=" | cut -d '=' -f2 | rev | cut -d '/' -f1 | rev | awk '{ print "code.thinkaboutit.tech/staing/" $1 }' ```
onlyati deleted branch new-code 2026-04-14 18:55:48 +00:00
onlyati referenced this pull request from a commit 2026-04-14 18:55:49 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pandora/trivy.woodpecker!15
No description provided.