Skip to content

ci: remove tfsec reusable workflow#71

Merged
davidf-null merged 1 commit into
mainfrom
feat/remove-tfsec
May 21, 2026
Merged

ci: remove tfsec reusable workflow#71
davidf-null merged 1 commit into
mainfrom
feat/remove-tfsec

Conversation

@davidf-null

Copy link
Copy Markdown
Collaborator

Summary

  • Removes the tfsec.yml reusable workflow
  • Superseded by trivy-tofu-scan.yml which provides equivalent IaC scanning via Trivy

Migration

Consumers using tfsec.yml should update to:

```yaml
jobs:
trivy:
uses: nullplatform/actions-nullplatform/.github/workflows/trivy-tofu-scan.yml@main
permissions:
contents: read
security-events: write
with:
upload_sarif: true
```

🤖 Generated with Claude Code

Replaced by trivy-tofu-scan.yml which uses Trivy for IaC scanning.
Consumers should migrate to the trivy-tofu-scan.yml reusable workflow.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@davidf-null davidf-null merged commit dddedeb into main May 21, 2026
2 checks passed
@davidf-null davidf-null deleted the feat/remove-tfsec branch May 21, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants