fix: remove redundant self-test (#4)
CD / Release (push) Successful in 6s

Reviewed-on: t.behrendt/trivy-actions#4
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #4.
This commit is contained in:
2025-10-03 14:10:39 +02:00
committed by t.behrendt
parent f2278ade22
commit 4c95e4c163
-5
View File
@@ -76,8 +76,3 @@ runs:
shell: bash shell: bash
run: | run: |
echo "/usr/local/bin" >> $GITHUB_PATH echo "/usr/local/bin" >> $GITHUB_PATH
- name: Verify Trivy installation
shell: bash
run: |
trivy version