Skip to content

Commit

Permalink
Do not upload Tiobe tarball (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsakalozos committed Jul 16, 2024
1 parent 05df23c commit f0130a9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
TICS:
permissions:
contents: read
security-events: write
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -67,14 +66,6 @@ jobs:
go build -a ./...
TICSQServer -project k8s-snap -tmpdir /tmp/tics -branchdir $HOME/work/k8s-snap/k8s-snap/
tar -cvzf tics-logs.tar.gz /tmp/tics
mv tics-logs.tar.gz ../../
- name: Uploading TICS logs
uses: actions/upload-artifact@v4
with:
name: tics-logs.tar.gz
path: tics-logs.tar.gz
Trivy:
permissions:
Expand Down

0 comments on commit f0130a9

Please sign in to comment.