File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,12 @@ jobs:
7272 outputs :
7373 release_outcome : ${{ steps.release.outputs.release_outcome }}
7474 permissions :
75+ actions : read
7576 contents : write
7677 packages : write
7778 id-token : write
7879 attestations : write
80+ security-events : write
7981 steps :
8082 - name : Checkout Code
8183 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -99,6 +101,13 @@ jobs:
99101 with :
100102 ko_version : ${{ steps.versions.outputs.ko }}
101103
104+ - name : Malware Scan Release Binaries
105+ if : steps.release.outcome == 'success'
106+ uses : ./.github/actions/malware-scan
107+ with :
108+ scan_path : dist/
109+ category : ' clamav-release-binaries'
110+
102111 # =============================================================================
103112 # Docker Jobs: Native per-arch validator builds (parallel with GoReleaser)
104113 # =============================================================================
You can’t perform that action at this time.
0 commit comments